Share via


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

ModifyWebPartsNode class

ModifyWebPartsNode members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace