SharedWorkspaceFolders Object Members
A collection of the SharedWorkspaceFolder objects in the current shared workspace.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a folder to the document library in a shared workspace. Returns a SharedWorkspaceFolder object. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the SharedWorkspaceFile object (you can use this property with an Automation object to return that object's container application). Read-only. |
| Count | Gets a Long indicating the number of items in the SharedWorkspaceFolders collection. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the SharedWorkspaceFolders object was created. Read-only. |
| Item | Gets a SharedWorkspaceFolder object from the Folders collection of the shared workspace. Read-only. |
| ItemCountExceeded | Gets a Boolean value that indicates whether the number of SharedWorkspaceFolders items in the collection has exceeded the 99 that can be displayed in the Shared Workspace task pane. Read-only. |
| Parent | Gets the Parent object for the SharedWorkspaceFolders object. Read-only. |