SharedWorkspace Members
Include Protected Members
Include Inherited Members
A SharedWorkspace object allows the developer to add the active document to a Microsoft Windows SharePoint Services document workspace on the server and to manage other objects in the shared workspace.
The SharedWorkspace type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Returns an Application object that represents the container application for the object. |
![]() |
Connected | Returns a Boolean value that indicates whether or not the active document is currently saved in and connected to a shared workspace. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
Files | Returns a SharedWorkspaceFiles collection that represents the list of files stored in the document library associated with the current shared workspace. |
![]() |
Folders | Returns a SharedWorkspaceFolders collection that represents the list of subfolders in the document library associated with the current shared workspace. |
![]() |
LastRefreshed | Returns the date and time when the Refresh method was most recently called. |
![]() |
Links | Returns a SharedWorkspaceLinks collection that represents the list of links saved in the current shared workspace. |
![]() |
Members | Returns a SharedWorkspaceMembers collection that represents the list of members in the current shared workspace. |
![]() |
Name | Returns or sets the name of the specified object. |
![]() |
Parent | Returns the Parent object for the specified object. |
![]() |
SourceURL | Designates the location of the public copy of a shared document to which changes should be published after the document has been revised in a separate document workspace. |
![]() |
Tasks | Returns a SharedWorkspaceTaskscollection that represents the list of tasks in the current shared workspace. |
![]() |
URL | Returns the top-level Uniform Resource Locator (URL) of the shared workspace. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateNew | Creates a new document workspace on the server and adds the active document to the new shared workspace. |
![]() |
Delete | Deletes the current shared workspace and all data within it. |
![]() |
Disconnect | Disconnects the local copy of the active document from the shared workspace. |
![]() |
Refresh | Refreshes the local cache of the SharedWorkspace object's files, folders, links, members, and tasks from the server. |
![]() |
RemoveDocument | Removes the active document from the shared workspace. |
Top