Freigeben über


WorkflowContext.CurrentItemUrl-Eigenschaft

Ruft die absolute URL des Listenelements, an dem der Workflow erstellt wurde.

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

Syntax

'Declaration
Public ReadOnly Property CurrentItemUrl As String
    Get
'Usage
Dim instance As WorkflowContext
Dim value As String

value = instance.CurrentItemUrl
public string CurrentItemUrl { get; }

Eigenschaftswert

Typ: System.String
Der URL des Listenelements, an dem der Workflow erstellt wurde.

Hinweise

Wenn der Workflow einen Website-Workflow ist, ist der Wert eine leere Zeichenfolge.

Siehe auch

Referenz

WorkflowContext Klasse

WorkflowContext-Member

Microsoft.SharePoint.WorkflowActions-Namespace