Autodesk Vault ProfessionalVault API

SelectVaultFolderSettings.SelectVaultFolderExtensibilityOptions Class

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

This class provides handlers that can be configured to augment the functionality of the Select Vault Folder workflow

Syntax

public class SelectVaultFolderSettings.SelectVaultFolderExtensibilityOptions 
Public Class SelectVaultFolderSettings.SelectVaultFolderExtensibilityOptions 

Constructors

NameDescription
SelectVaultFolderSettings.SelectVaultFolderExtensibilityOptions

Properties

NameDescription
CanSelectFolderHandlerGets or sets a Function that is called when the OK button is clicked in the Select Vault Folder workflow. This allows customizations which allow certain folders to be invalid choices.
GetRowStyleHandlerGets or sets a Function that is called to change row style according to Entity properties This allows customizations which allow certain folders to be greyed out.

Inheritance Hierarchy

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

See Also