Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Espace de noms : Microsoft.SharePoint.WorkflowServices
Assembly : Microsoft.SharePoint.WorkflowServices (dans Microsoft.SharePoint.WorkflowServices.dll)
Syntaxe
'Déclaration
Public Sub SetState ( _
scopeId As WorkflowScopeIdentifier, _
readOnly As Boolean, _
disabled As Boolean _
)
'Utilisation
Dim instance As DGWorkflowDeploymentProvider
Dim scopeId As WorkflowScopeIdentifier
Dim readOnly As Boolean
Dim disabled As Boolean
instance.SetState(scopeId, readOnly, disabled)
public void SetState(
WorkflowScopeIdentifier scopeId,
bool readOnly,
bool disabled
)
Paramètres
- scopeId
Type : Microsoft.SharePoint.Administration.WorkflowDeploymentProvider.WorkflowScopeIdentifier
- readOnly
Type : System.Boolean
- disabled
Type : System.Boolean
Implémentations
IWorkflowDeploymentProvider.SetState(WorkflowScopeIdentifier, Boolean, Boolean)
Voir aussi
Référence
DGWorkflowDeploymentProvider classe