SharedWorkspaceFolder Interface
The SharedWorkspaceFolder object represents a folder in a shared document workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C037D-0000-0000-C000-000000000046")> _
Public Interface SharedWorkspaceFolder _
Inherits _IMsoDispObj
'Usage
Dim instance As SharedWorkspaceFolder
[GuidAttribute("000C037D-0000-0000-C000-000000000046")]
public interface SharedWorkspaceFolder : _IMsoDispObj
Remarks
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.