Compartilhar via


WorkflowDeploymentService.DeleteDefinition method

Exclui uma definição de fluxo de trabalho.

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

Syntax

'Declaração
<ClientCallableMethodAttribute> _
Public MustOverride Sub DeleteDefinition ( _
    definitionId As Guid _
)
'Uso
Dim instance As WorkflowDeploymentService
Dim definitionId As Guid

instance.DeleteDefinition(definitionId)
[ClientCallableMethodAttribute]
public abstract void DeleteDefinition(
    Guid definitionId
)

Parâmetros

  • definitionId
    Type: System.Guid

    O identificador de guid da definição de fluxo de trabalho.

Ver também

Referência

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace