Freigeben über


WorkflowContext.CurrentWebUrl-Eigenschaft

Ruft die URL der Website SharePoint 2010 auf der sich die Workflow-Instanz befindet.

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

Syntax

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

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

Eigenschaftswert

Typ: System.String
Die URL der SPWeb , auf dem sich die Workflow-Instanz befindet.

Siehe auch

Referenz

WorkflowContext Klasse

WorkflowContext-Member

Microsoft.SharePoint.WorkflowActions-Namespace