WorkItemStore.BatchSave Method
Include Protected Members
Include Inherited Members
Commits multiple items in a branch and returns a list of errors if one or more items fail.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BatchSave(array<WorkItem[]) | Commits multiple items in a branch and returns a list of errors if one or more items fail. | |
BatchSave(array<WorkItem[], SaveFlags) | Commits multiple items in a branch and returns a list of errors if one or more items fail. |
Top