[This is preliminary documentation and is subject to change.]
Handles the core functionality for the SaveWorkspace operation.
| C# |
public static ExecutionResult ExecuteSaveWorkspace( Execution execution )
- execution (Execution)
- The Execution object created for the SaveWorkspace operation.
The ExecutionResult returned from Workspace.SaveWorkspace.
This simply calls Workspace.SaveWorkspace to perform the
work.