| Revit 2016 API |
| ExternalResourceBrowserData..::..GetSubFolders Method |
| ExternalResourceBrowserData Class See Also |
Gets the sub folders under the folder path of the browser data.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since:
2015
Syntax
| C# |
|---|
public IList<string> GetSubFolders() |
| Visual Basic |
|---|
Public Function GetSubFolders As IList(Of String) |
| Visual C++ |
|---|
public: IList<String^>^ GetSubFolders() |