Autodesk Vault ProfessionalVault API

ClearTextBoxOnNonActionableEntity Property

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

Gets or sets if the text box should clear its contents when an non-actionable entity is selected.

Syntax

public System.bool ClearTextBoxOnNonActionableEntity {get; set;}
Public Property ClearTextBoxOnNonActionableEntity As System.Boolean

Remarks

For example, in a Save workflow, you might have InitialSelectionText specified. When the user navigates folders, you would not want this cleared so you would set this to false.

See Also