Helper.WILookupString Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
WILookupString(WorkflowContext, String) | Looks up the specified field in the given workflow context object and returns it if it is a String. Otherwise, it returns the result of the ToString() method. | |
WILookupString(WorkflowContext, String, SPItemKey, String) | Looks up the specified field in the given workflow context object and returns it if it is a String. Otherwise, it returns the result of the ToString() method. The results exclude what is specified in the ignorestr and ignoreitemkey parameters. | |
WILookupString(WorkflowContext, String, Int32, String) | Looks up the specified field in the given workflow context object and returns it if it is a String. Otherwise, it returns the result of the ToString() method. The results exclude what is specified in the ignorestr and ignoreitemkey parameters. |
Top