DesignSiteAction.IsCurrentlyEnabled - Méthode (AuthoringStates)
Indique si l'action de la console Gestionnaire de conception est actuellement activée.
Espace de noms : Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public Overrides Function IsCurrentlyEnabled ( _
currentState As AuthoringStates _
) As Boolean
'Utilisation
Dim instance As DesignSiteAction
Dim currentState As AuthoringStates
Dim returnValue As Boolean
returnValue = instance.IsCurrentlyEnabled(currentState)
public override bool IsCurrentlyEnabled(
AuthoringStates currentState
)
Paramètres
currentState
Type : Microsoft.SharePoint.Publishing.WebControls.AuthoringStatesL'objet AuthoringStates en cours.
Valeur renvoyée
Type : System.Boolean
true si l'action du Gestionnaire de conception est activée ; dans le cas contraire, false.
Voir aussi
Référence
IsCurrentlyEnabled - Surcharge
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions - Espace de noms