WorkflowInstanceService.EnumerateInstancesForListItem method
Gets the list of instances for the specified list item.
Overload list
Name | Description | |
---|---|---|
EnumerateInstancesForListItem(Guid, Int32) | Retrieves all instances of the specified list item. | |
EnumerateInstancesForListItem(Guid, Int32, Int32) | Gets the instances for the specified list item, starting from the specified offset. |
Top