SharedWorkspace.RemoveDocument Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the active document from the shared workspace.
public:
void RemoveDocument();
public void RemoveDocument ();
abstract member RemoveDocument : unit -> unit
Public Sub RemoveDocument ()
Remarks
If the user does not have permission to remove the shared workspace document from the server, then the server copy remains intact, but the local copy of the document is disconnected from the shared workspace. In the case where the document has been opened directly from the workspace, and then removed from the workspace using RemoveDocument, the document must be saved to another location before closing; otherwise, it will remain in the workspace.
Use the Disconnect() method to detach the local copy of the document from the shared workspace without removing the shared copy.