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