SharedWorkspace.RemoveDocument Method
Removes the active document from the shared workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub RemoveDocument
'Usage
Dim instance As SharedWorkspace
instance.RemoveDocument()
void 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.