Workspace.GetPendingChangesEnumerable Method
Include Protected Members
Include Inherited Members
Gets an enumerable collection of the pending changes for this workspace.
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 | |
---|---|---|
GetPendingChangesEnumerable() | Gets an enumerable collection of the pending changes for this workspace. | |
GetPendingChangesEnumerable(String) | Gets an enumerable collection of the pending changes for the specified item in this workspace. | |
GetPendingChangesEnumerable(array<ItemSpec[]) | Gets an enumerable collection of the pending changes for the items and sub-items in this workspace. | |
GetPendingChangesEnumerable(String, RecursionType) | Gets an enumerable collection of pending changes for this item and sub-items in this workspace. |
Top