Helper.TestListItem Method
Include Protected Members
Include Inherited Members
Compares a SharePoint Foundation list item field value to a specified value.
Overload List
Name | Description | |
---|---|---|
TestListItem(WorkflowContext, Guid, SPItemKey, String, String, Object) | Verifies whether the specified value matches the value of the field found in the specified list item of the specified list. | |
TestListItem(WorkflowContext, Guid, Int32, String, String, Object) | Compares a SharePoint Foundation list item field value to a specified value when the list GUID is known. | |
TestListItem(WorkflowContext, String, SPItemKey, String, String, Object) | Verifies whether the specified value matches the value of the field found in the specified list item of the specified list. | |
TestListItem(WorkflowContext, String, Int32, String, String, Object) | Compares a SharePoint Foundation list item field value to a specified value when the list GUID or name is known. |
Top