Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.