Partilhar via


Helper.URLAsDescriptionText Method

Extracts the description text 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 URLAsDescriptionText ( _
    context As WorkflowContext, _
    val As Object _
) As String
'Usage
Dim context As WorkflowContext
Dim val As Object
Dim returnValue As String

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

Parameters

Return Value

Type: System.String
The description.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace