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