Autodesk Vault ProfessionalVault API

AddFutureFolders Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectVaultFolderSettings

When this is called, any new folders won't actually be created. Instead their information will be stored as a path to be created at a later time

Syntax

public void AddFutureFolders(
   System.Collections.Generic.IEnumerable<string> requiredFolderPaths
)
Public Sub AddFutureFolders( _
   ByVal requiredFolderPaths As System.Collections.Generic.IEnumerable(Of String) _
) 

Parameters

NameDescription
requiredFolderPathsA list of folder paths that should always show in the tree, even if they do not exist in the vault. This could be other 'future folders'

See Also