CreateNewPublishingPageAction.IsCurrentlyEnabled Method
Determines whether to allow the SwitchToAuthoringModeAction object to specify whether it can be enabled or disabled independently of what is defined in the AuthoringStates enumeration.
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 CreateNewPublishingPageAction
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.AuthoringStatesThe bitmask of the AuthoringStates class that represents the current state of the page.
Return Value
Type: System.Boolean
A Boolean value that represents whether the CreateNewPublishingPageAction object should be enabled.
Remarks
In some situations, a bitwise AND of the AuthoringStates class does not adequately define exactly when a CreateNewPublishingPageAction object should be enabled. When this is the case, use this method to define the return Boolean value in a specific way.
See Also
Reference
CreateNewPublishingPageAction Class
CreateNewPublishingPageAction Members
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace