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 states required for this action to be enabled.
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 ReportsNode
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