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)

Usage

Dim sharedWorkspaceFolder1 As SharedWorkspaceFolder

Dim returnValue As String
returnValue = sharedWorkspaceFolder1.FolderName

Syntax

ReadOnly Property FolderName() As String
string FolderName {get;}
property String^ FolderName{
    String^ get();
}
public System.String get_FolderName();
function get FolderName() : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

SharedWorkspaceFolder Interface
Microsoft.Office.Core Namespace

Other Resources

SharedWorkspaceFolder Members