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