Share via


EditSeoPropertiesAction.RequiredStates property

Gets the states that are 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 ReadOnly Property RequiredStates As AuthoringStates
    Get
'Usage
Dim instance As EditSeoPropertiesAction
Dim value As AuthoringStates

value = instance.RequiredStates
public override AuthoringStates RequiredStates { get; }

Property value

Type: Microsoft.SharePoint.Publishing.WebControls.AuthoringStates
The set of required states for this action to be active.

See also

Reference

EditSeoPropertiesAction class

EditSeoPropertiesAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace