Freigeben über


IWorkflowModificationService.EnableWorkflowModification-Methode

Ermöglicht eine Workflowänderung durch Festlegen einer Änderung-ID und dem angegebenen Kontext.

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

Syntax

'Declaration
<CorrelationInitializerAttribute> _
Sub EnableWorkflowModification ( _
    modificationId As Guid, _
    contextData As String _
)
'Usage
Dim instance As IWorkflowModificationService
Dim modificationId As Guid
Dim contextData As String

instance.EnableWorkflowModification(modificationId, _
    contextData)
[CorrelationInitializerAttribute]
void EnableWorkflowModification(
    Guid modificationId,
    string contextData
)

Parameter

  • modificationId
    Typ: System.Guid

    Der Bezeichner für die Workflowänderung.

  • contextData
    Typ: System.String

    Übergabe an den Workflow Änderungsformular auf Kontextdaten starten.

Hinweise

Diese Methode wird von der Klasse EnableWorkflowModification implementiert. Es wird empfohlen, dass das Erstellen einer Instanz der EnableWorkflowModification -Klasse, anstatt die EnableWorkflowModification -Methode direkt aufzurufen.

Weitere Informationen zu Workflowänderungen finden Sie unter Workflow Modification Forms und die EnableWorkflowModification -Klasse.

Siehe auch

Referenz

IWorkflowModificationService Schnittstelle

IWorkflowModificationService-Member

Microsoft.SharePoint.Workflow-Namespace

EnableWorkflowModification

ModificationId

ContextData