Partager via


SharedWorkspace.Folders Property

Returns a SharedWorkspaceFolders collection that represents the list of subfolders in the document library associated with the current shared workspace.

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

Syntax

'Declaration
ReadOnly Property Folders As SharedWorkspaceFolders
    Get
'Usage
Dim instance As SharedWorkspace
Dim value As SharedWorkspaceFolders

value = instance.Folders
SharedWorkspaceFolders Folders { get; }

Property Value

Type: Microsoft.Office.Core.SharedWorkspaceFolders

Remarks

The SharedWorkspaceFolders collection does not include the root document library folder itself, which by default is named "Shared Documents".

See Also

Reference

SharedWorkspace Interface

SharedWorkspace Members

Microsoft.Office.Core Namespace