SPContentType.AddWorkflowAssociation-Methode
HINWEIS: Diese API ist veraltet.
Verwenden Sie die WorkflowAssociations.Add -Methode.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use WorkflowAssociations.Add() instead")> _
Public Function AddWorkflowAssociation ( _
workflowAssociation As SPWorkflowAssociation _
) As SPWorkflowAssociation
'Usage
Dim instance As SPContentType
Dim workflowAssociation As SPWorkflowAssociation
Dim returnValue As SPWorkflowAssociation
returnValue = instance.AddWorkflowAssociation(workflowAssociation)
[ObsoleteAttribute("Use WorkflowAssociations.Add() instead")]
public SPWorkflowAssociation AddWorkflowAssociation(
SPWorkflowAssociation workflowAssociation
)
Parameter
workflowAssociation
Typ: Microsoft.SharePoint.Workflow.SPWorkflowAssociationDie Workflowzuordnung, die den Inhaltstyp-Auflistung hinzugefügt.
Rückgabewert
Typ: Microsoft.SharePoint.Workflow.SPWorkflowAssociation
Die Workflowzuordnung.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentException | Das SPWorkflowAssociation -Objekt in der Auflistung bereits vorhanden ist, oder es basiert auf ein ungeeignetes Workflowvorlage. |
ArgumentNullException | Das SPWorkflowAssociation -Objekt ist ein Nullverweis (Nothing in Visual Basic). |