SharedWorkspaceFolder.FolderName Property
Gets the name of a subfolder within the main document library folder of a shared workspace. Read-only.
Syntax
expression.FolderName
expression A variable that represents a SharedWorkspaceFolder object.
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.
Example
The following example displays the number of subfolders in the shared workspace and their names.
| Visual Basic for Applications |
|---|
|