ExternalResourceBrowserDataGetResources Method

Gets the external resources 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<ExternalResourceReference> GetResources()

Return Value

IListExternalResourceReference
The external resources under current folder of the browser data.
See Also