Share via


Helper.WILookupFriendlyString method (WorkflowContext, String)

Looks up the specified field in the given workflow context and returns a String containing the value of the field.

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

Syntax

'Declaration
Public Shared Function WILookupFriendlyString ( _
    context As WorkflowContext, _
    fieldName As String _
) As String
'Usage
Dim context As WorkflowContext
Dim fieldName As String
Dim returnValue As String

returnValue = Helper.WILookupFriendlyString(context, _
    fieldName)
public static string WILookupFriendlyString(
    WorkflowContext context,
    string fieldName
)

Parameters

  • fieldName
    Type: System.String

    A String value that represents the desired field value to return.

Return value

Type: System.String
The value of the field.

See also

Reference

Helper class

Helper members

WILookupFriendlyString overload

Microsoft.SharePoint.WorkflowActions namespace