ModifyWebPartsNode.RequiredStates Property
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