Helper.WILookupUser Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
WILookupUser(WorkflowContext, String) | Looks up and returns the value of the specified user field in the given workflow context. | |
WILookupUser(WorkflowContext, String, SPItemKey, String) | Looks up and returns the value of the specified user field in the given workflow context. The results are filtered by the exclusions specified in ignorestr and ignoreitemkey. | |
WILookupUser(WorkflowContext, String, Int32, String) | Looks up and returns the value of the specified user field in the given workflow context. The results are filtered by the exclusions specified in ignorestr and ignoreint. |
Top