ClearTextBoxOnNonActionableEntity Property
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.BooleanRemarks
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.