This documentation is archived and is not being maintained.

Workspace::Undo Method

Revert the pending changes for the specified items.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Undo(String) Revert the pending changes for the specified item.
Public method Undo(array<String>) Revert the pending changes for the specified items.
Public method Undo(array<ItemSpec>) Revert the pending changes for the specified items.
Public method Undo(array<PendingChange>) Revert the pending changes for the specified items.
Public method Undo(String, RecursionType) Revert the pending changes for the specified items.
Public method Undo(array<String>, RecursionType) Revert the pending changes for the specified items.
Public method Undo(array<String>, Boolean) Revert the pending changes for the specified items.
Public method Undo(array<ItemSpec>, Boolean) Revert the pending changes for the specified items.
Public method Undo(array<String>, RecursionType, Boolean) Revert the pending changes for the specified items.
Public method Undo(array<ItemSpec>, Boolean, array<String>) Revert the pending changes for the specified items.
Public method Undo(array<ItemSpec>, Boolean, array<String>, array<String>) Undo the pending changes for the specified items. The items may contain wildcard characters.
Public method Undo(array<ItemSpec>, Boolean, Boolean, array<String>, array<String>) Undo the pending changes for the specified items. The items may contain wildcards.
Top
Show: