Workspace.GetPendingChanges Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
GetPendingChanges() | Gets the pending changes for this workspace. | |
GetPendingChanges(String) | Gets the pending changes for the specified item in this workspace. | |
GetPendingChanges(array<String[]) | Gets the pending changes for these items in this workspace. | |
GetPendingChanges(array<ItemSpec[]) | Gets the pending changes for these items and sub-items in this workspace. | |
GetPendingChanges(String, RecursionType) | Gets the pending changes for this item and sub-items in this workspace. | |
GetPendingChanges(array<String[], RecursionType) | Gets the pending changes for these items and sub-items in this workspace. | |
GetPendingChanges(array<ItemSpec[], Boolean) | Get the pending changes for specified items in this workspace. | |
GetPendingChanges(String, RecursionType, Boolean) | Gets the pending changes for this item and sub-items in this workspace. | |
GetPendingChanges(array<String[], RecursionType, Boolean) | Gets the pending changes for these items and sub-items in this workspace. | |
GetPendingChanges(array<ItemSpec[], Boolean, Int32, String) | Gets the pending changes for these items and sub-items in this workspace. | |
GetPendingChanges(array<ItemSpec[], Boolean, Int32, String, Boolean) | Gets the pending changes for these items and sub-items in this workspace. |
Top