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