Workspace.Undo 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 | |
---|---|---|
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. |
Top