Autodesk Vault ProfessionalVault API

SelectVaultFolderSettings Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Settings

Settings which allow for customization of the features in the Select Vault Folder Dialog workflow.

Syntax

public class SelectVaultFolderSettings 
Public Class SelectVaultFolderSettings 

Constructors

NameDescription
SelectVaultFolderSettingsConstructs an instance of this class

Properties

NameDescription
AllowNewFolderCreationGets or sets whether the Create New Folder button will be visible
CaptionGets or sets the caption of the dialog box. If not set, the default caption of "Select Vault Folder" will be used.
HelpContextGets or sets an optional context that identifies this instance of a Select Vault Folder dialog.
InitialFolderNameForNewFoldersGets or sets the default name of any new folders that are created
InitialLevelsOfTreeExpansionGets or sets the number of levels the tree should be expanded when it first comes up
InitialSelectedFolderPathGets or sets the folder path for the folder that should be selected when the dialog launches. The path should be in the format of $/Folder A/Folder B/
OptionsExtensibilityGets an object which contains handlers that can be used to augment the functionality of the Select Vault Folder workflow
PersistenceKeyGets or sets the key to retrieve persisted information about the state of the gui. If null, then the default settings will be used.
RestoreLastFolderPathGets or sets whether the dialog should start up with the selection that was used in the prior dialog invocation.
RootFoldersGets or sets the root folders in the navigation hierarchy. If null, then $ will be the root folder
ShowLinkedFoldersGets or sets the root folders in the navigation hierarchy. If null, then $ will be the root folder
VaultConnectionGets a connection to a vault server from which the files will be acquired

Methods

NameDescription
AddFutureFoldersWhen 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

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectVaultFolderSettings

See Also