WorkflowContext.CurrentItemUrl Property
Gets the absolute URL of the list item on which the workflow was created.
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; }
Property Value
Type: System.String
The URL of the list item on which the workflow was created.
Remarks
If the workflow is a website workflow, the value is an empty string.