SharedWorkspaceFolder interface

This object, member, or enumeration is deprecated and is not intended to be used in your code.

The SharedWorkspaceFolder object represents a folder in a shared document workspace.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

This object is a member of the SharedWorkspaceFolders collection.

Use the SharedWorkspaceFolder object to manage subfolders within the main document library folder of a shared workspace.

The Count property of the SharedWorkspaceFolders collection does not include the workspace's main folder and returns 0 (zero) if no subfolders have been created.

The SharedWorkspaceFolder object does not expose the CreatedBy, CreatedDate, ModifiedBy, and ModifiedDate properties available on the SharedWorkspaceFile, SharedWorkspaceLink, and SharedWorkspaceTask objects.

Use the Item(index) method of the SharedWorkspaceFolders collection to return a specific SharedWorkspaceFolder object.

Use the FolderName property to return the name of the shared workspace folder.

Show: