Helper.LookupUser Method
Include Protected Members
Include Inherited Members
Retrieves a user login name from a field for a specified SharePoint Foundation list item.
Overload List
Name | Description | |
---|---|---|
LookupUser(WorkflowContext, Guid, SPItemKey, String) | Retrieves the user login name for the specified list item. | |
LookupUser(WorkflowContext, Guid, Int32, String) | Retrieves a user login name from a field for a specified SharePoint Foundation list item when the list GUID is known. | |
LookupUser(WorkflowContext, String, SPItemKey, String) | Retrieves the user login name for the specified list item. | |
LookupUser(WorkflowContext, String, Int32, String) | Retrieves a user login name from a field for a specified SharePoint Foundation list item when the list GUID or list name is known. |
Top