CanSelectFolderHandler Property
Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings›SelectVaultFolderSettings.SelectVaultFolderExtensibilityOptions
Gets 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.
Syntax
public System.Func<Folder,string,bool> CanSelectFolderHandler {get; set;}Public Property CanSelectFolderHandler As System.Func(Of Folder,String,Boolean)