| Description |
| Deletes a workspace. |
| Replacement in Object TOOLKIT: | pfcServerLocation::DeleteWorkspace |
| Synopsis |
| #include <ProWTUtils.h> |
| ProError | ProServerWorkspaceDelete | ( |
| wchar_t* server | |
| /*
(In) |
| The server on which the workspace to be deleted exists. Pass NULL to use the active server. This can be a alias or a server URL. Note: To delete any non-active WS: just delete it with this API. To delete a currently active WS: - set the other workspace as active and delete the first workspace or
- unregister the primary server and delete the workspace using the server URL instead of alias
|
| */ |
| wchar_t* ws_name | |
| /*
(In) |
| The workspace name. |
| */ |
| ProServerDeleteConflicts* conflicts | |
| /*
(Out) |
| The workspace could not be deleted. NULL if the error return != PRO_TK_CHECKOUT_CONFLICT. Pass NULL if not interested in conflicts details. |
| */ |
| ) |
| Returns |
|
|