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 or sets the authoring states required to enable this console action.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides Property RequiredStates As AuthoringStates
Get
Set
'Usage
Dim instance As ModifyWebPartsNode
Dim value As AuthoringStates
value = instance.RequiredStates
instance.RequiredStates = value
public override AuthoringStates RequiredStates { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.WebControls.AuthoringStates
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace