DGWorkflowDeploymentProvider.SetState method

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServices (in Microsoft.SharePoint.WorkflowServices.dll)

Syntax

'Declaration
Public Sub SetState ( _
    scopeId As WorkflowScopeIdentifier, _
    readOnly As Boolean, _
    disabled As Boolean _
)
'Usage
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
)

Parameters

Implements

IWorkflowDeploymentProvider.SetState(WorkflowScopeIdentifier, Boolean, Boolean)

See also

Reference

DGWorkflowDeploymentProvider class

DGWorkflowDeploymentProvider members

Microsoft.SharePoint.WorkflowServices namespace