Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Sub DeleteDefinition ( _
definitionId As Guid _
)
'Usage
Dim instance As WorkflowDeploymentService
Dim definitionId As Guid
instance.DeleteDefinition(definitionId)
public virtual void DeleteDefinition(
Guid definitionId
)
Parameters
- definitionId
Type: System.Guid
See also
Reference
WorkflowDeploymentService class