Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace