ViewChangesPageVariationAction.IsCurrentlyEnabled Method
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