PageLayoutAction.RequiredStates Property

Gets states that are required in order to perform the action represented by this PageLayoutAction object.

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 PageLayoutAction
Dim value As AuthoringStates

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

Property Value

Type: Microsoft.SharePoint.Publishing.WebControls.AuthoringStates
Returns AuthoringStates.

See Also

Reference

PageLayoutAction Class

PageLayoutAction Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace