SelectVaultFolderSettings Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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
Properties
| Name | Description |
|---|
| AllowNewFolderCreation | Gets or sets whether the Create New Folder button will be visible |
| Caption | Gets or sets the caption of the dialog box. If not set, the default caption of "Select Vault Folder" will be used. |
| HelpContext | Gets or sets an optional context that identifies this instance of a Select Vault Folder dialog. |
| InitialFolderNameForNewFolders | Gets or sets the default name of any new folders that are created |
| InitialLevelsOfTreeExpansion | Gets or sets the number of levels the tree should be expanded when it first comes up |
| InitialSelectedFolderPath | Gets 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/ |
| OptionsExtensibility | Gets an object which contains handlers that can be used to augment the functionality of the Select Vault Folder workflow |
| PersistenceKey | Gets or sets the key to retrieve persisted information about the state of the gui. If null, then the default settings will be used. |
| RestoreLastFolderPath | Gets or sets whether the dialog should start up with the selection that was used in the prior dialog invocation. |
| RootFolders | Gets or sets the root folders in the navigation hierarchy. If null, then $ will be the root folder |
| ShowLinkedFolders | Gets or sets the root folders in the navigation hierarchy. If null, then $ will be the root folder |
| VaultConnection | Gets a connection to a vault server from which the files will be acquired |
Methods
| Name | Description |
|---|
| AddFutureFolders | 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 |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectVaultFolderSettings
See Also