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.
Indicates whether the menu action is enabled for the specified authoring states.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides Function IsCurrentlyEnabled ( _
currentState As AuthoringStates _
) As Boolean
'Usage
Dim instance As ViewChangesPageVariationAction
Dim currentState As AuthoringStates
Dim returnValue As Boolean
returnValue = instance.IsCurrentlyEnabled(currentState)
public override bool IsCurrentlyEnabled(
AuthoringStates currentState
)
Parameters
- currentState
Type: Microsoft.SharePoint.Publishing.WebControls.AuthoringStates
Return Value
Type: System.Boolean
See Also
Reference
ViewChangesPageVariationAction Class
ViewChangesPageVariationAction Members
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace