GetSubFoldersData Method


External Resource Browser Data Get Sub Folders Data Method

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ExternalResourceSubFolder> GetSubFoldersData()

Return Value

IList ExternalResourceSubFolder
The subfolders data under folder path of the browser data.
See Also