Autodesk Vault ProfessionalVault API

IsEnabled Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings.ActionButtonOption

Gets or sets the delegate that is called by the dialog to ask if the given SelectEntitySettings.ActionButtonOption is enabled for use.

Syntax

public System.Func<SelectEntitySettings.ActionButtonOption,SelectEntityResults,bool> IsEnabled {get; set;}
Public Property IsEnabled As System.Func(Of SelectEntitySettings.ActionButtonOption,SelectEntityResults,Boolean)

See Also