Autodesk Vault ProfessionalVault API

CanSelectFolderHandler Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectVaultFolderSettings.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)

Remarks

This function is called on the UI thread. It is ok to pop up a message explaining why the folder can not be selected.

See Also