| Revit 2019.2 API |
| ExternalResourceBrowserData..::..GetSubFolders Method |
| ExternalResourceBrowserData Class See Also |
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() |