WorkflowStartAction.RequiredStates Property

Gets the states required for this console action to be enabled.

Namespace:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property RequiredStates As AuthoringStates
    Get
'Usage
Dim instance As WorkflowStartAction
Dim value As AuthoringStates

value = instance.RequiredStates
public override AuthoringStates RequiredStates { get; }

Property Value

Type: Microsoft.SharePoint.Publishing.WebControls.AuthoringStates

See Also

Reference

WorkflowStartAction Class

WorkflowStartAction Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace