Helper.Find Method
Include Protected Members
Include Inherited Members
Finds an item in a list that has a value that matches a particular field from the current list item.
Overload List
Name | Description | |
---|---|---|
Find(WorkflowContext, Guid, Int32, String, Guid, String) | Finds the field value of an external list that matches an associated field, list, and list item by using the GUID of the associated list identifier (ID). | |
Find(WorkflowContext, String, Int32, String, String, String) | Finds the field value of an external list that matches an associated field, list, and list item, by using the list identifier (ID) or list name of the associated list. |
Top