Helper.LookupFriendlyString Method
Include Protected Members
Include Inherited Members
Retrieves a string value from a field for a specified SharePoint Foundation list and list item.
Overload List
Name | Description | |
---|---|---|
LookupFriendlyString(WorkflowContext, Guid, SPItemKey, String) | Retrieves the string value of a field for the specified list item. | |
LookupFriendlyString(WorkflowContext, Guid, Int32, String) | Retrieves a string value from a field for a specified SharePoint Foundation list item when the list GUID is known. | |
LookupFriendlyString(WorkflowContext, String, SPItemKey, String) | Retrieves the value of a field for the specified list item. | |
LookupFriendlyString(WorkflowContext, String, Int32, String) | Retrieves a string value from a field for a specified SharePoint Foundation list item when the list GUID is known. |
Top