ConsoleNode.UseActionStatesMask property
Gets or sets whether this ConsoleNode should use its own RequiredStates property or those of the referenced ConsoleAction object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property UseActionStatesMask As Boolean
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Boolean
value = instance.UseActionStatesMask
instance.UseActionStatesMask = value
public bool UseActionStatesMask { get; set; }
Property value
Type: System.Boolean
A Boolean value that indicates whether the RequiredStates property of the referenced ConsoleAction should be used in place of the same property in the ConsoleNode.