SPWorkflowEventProperties.RelativeWebUrl property

Gets the URL for the current Web site relative to the SharePoint Server URL.

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

Syntax

'Declaration
Public ReadOnly Property RelativeWebUrl As String
    Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As String

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

Property value

Type: System.String
The URL for the current Web site relative to the SharePoint Server URL.

See also

Reference

SPWorkflowEventProperties class

SPWorkflowEventProperties members

Microsoft.SharePoint.Workflow namespace