Workspace.Undo Method
Include Protected Members
Include Inherited Members
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.
Overload List
Name | Description | |
---|---|---|
Undo(String) | Revert the pending changes for the specified item. | |
Undo(array<String[]) | Revert the pending changes for the specified items. | |
Undo(array<ItemSpec[]) | Revert the pending changes for the specified items. | |
Undo(array<PendingChange[]) | Revert the pending changes for the specified items. | |
Undo(String, RecursionType) | Revert the pending changes for the specified items. | |
Undo(array<String[], RecursionType) | Revert the pending changes for the specified items. | |
Undo(array<String[], Boolean) | Revert the pending changes for the specified items. | |
Undo(array<ItemSpec[], Boolean) | Revert the pending changes for the specified items. | |
Undo(array<String[], RecursionType, Boolean) | Revert the pending changes for the specified items. | |
Undo(array<ItemSpec[], Boolean, array<String[]) | Revert the pending changes for the specified items. | |
Undo(array<ItemSpec[], Boolean, array<String[], array<String[]) | Undo the pending changes for the specified items. The items may contain wildcard characters. | |
Undo(array<ItemSpec[], Boolean, Boolean, array<String[], array<String[]) | Undo the pending changes for the specified items. The items may contain wildcards. |
Top