Share via


Helper.URLAsURLText method

Extracts the URL portion from a URL/description key/value pair.

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

Syntax

'Declaration
Public Shared Function URLAsURLText ( _
    context As WorkflowContext, _
    val As Object _
) As String
'Usage
Dim context As WorkflowContext
Dim val As Object
Dim returnValue As String

returnValue = Helper.URLAsURLText(context, _
    val)
public static string URLAsURLText(
    WorkflowContext context,
    Object val
)

Parameters

Return value

Type: System.String
The URL.

See also

Reference

Helper class

Helper members

Microsoft.SharePoint.WorkflowActions namespace