GetSubFolders Method
Gets the subfolders under the folder path of the browser data.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:  2015

Syntax

C#
public IList<string> GetSubFolders()
Visual Basic
Public Function GetSubFolders As IList(Of String)
Visual C++
public:
IList<String^>^ GetSubFolders()

Return Value

The subfolders under folder path of the browser data.

See Also