Helper.WILookupFriendlyString Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
WILookupFriendlyString(WorkflowContext, String) | Looks up the specified field in the given workflow context and returns a String containing the value of the field. | |
WILookupFriendlyString(WorkflowContext, String, SPItemKey, String) | Looks up the specified field in the given workflow context and returns a String containing the value of the field based on the exclusions specified. | |
WILookupFriendlyString(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. |
Top