Autodesk Vault ProfessionalVault API

CreateVaultFolderSettings Class

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

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

Syntax

public class CreateVaultFolderSettings 
Public Class CreateVaultFolderSettings 

Constructors

NameDescription
CreateVaultFolderSettingsConstructs an instance of this class

Properties

NameDescription
CaptionGets or sets the caption for the Create Vault Folder dialog
HelpContextGets or sets an optional context that identifies this instance of a Create Folder dialog.
InitialFolderNameGets or sets the initial name of the new folder
OptionsExtensibilityGets the Extensibility Options for the Create Folder workflow
ParentFolderGets the folder that will be the parent of the newly created folder
VaultConnectionGets a connection to a vault server from which the files will be acquired

Inheritance Hierarchy

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

See Also