Partilhar via


Helper.WILookupFriendlyString Method (WorkflowContext, String, Int32, String)

Looks up the value of the specified field and workflow context. Results are filtered based on the values specified in ignorestr and ignoreint.

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

Syntax

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

returnValue = Helper.WILookupFriendlyString(context, _
    ignorestr, ignoreint, fieldName)
public static string WILookupFriendlyString(
    WorkflowContext context,
    string ignorestr,
    int ignoreint,
    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