Share via


Helper.MultiLookupColumnDataOnly Method

Gets the column data portions based on the specified lookup string.

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

Syntax

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

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

Parameters

Return Value

Type: System.String
The column data portions separated by commas.

Remarks

This method throws a CoercionException exception if val is null or cannot be cast to a String object.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace