SPContentType.RemoveWorkflowAssociation-Methode
HINWEIS: Diese API ist veraltet.
Verwenden Sie die WorkflowAssociations.Remove -Methode.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use WorkflowAssociations.Remove() instead")> _
Public Sub RemoveWorkflowAssociation ( _
workflowAssociation As SPWorkflowAssociation _
)
'Usage
Dim instance As SPContentType
Dim workflowAssociation As SPWorkflowAssociation
instance.RemoveWorkflowAssociation(workflowAssociation)
[ObsoleteAttribute("Use WorkflowAssociations.Remove() instead")]
public void RemoveWorkflowAssociation(
SPWorkflowAssociation workflowAssociation
)
Parameter
workflowAssociation
Typ: Microsoft.SharePoint.Workflow.SPWorkflowAssociationDie Workflowzuordnung aus den Inhaltstyp-Auflistung von Workflowzuordnungen gelöscht.