Share via


SharedWorkspaceFolder.FolderName Property

Returns the name of a subfolder within the main document library folder of a shared workspace.

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

Syntax

'Declaration
ReadOnly Default Property FolderName As String
    Get
'Usage
Dim instance As SharedWorkspaceFolder
Dim value As String

value = instance
string this { get; }

Property Value

Type: System.String

Remarks

The FolderName property returns the subfolder name in the format parentfolder/subfolder. For example, if the shared workspace contains a folder named "Supporting Documents", the FolderName property returns Shared Documents/Supporting Documents.

See Also

Reference

SharedWorkspaceFolder Interface

SharedWorkspaceFolder Members

Microsoft.Office.Core Namespace