ExternalResourceBrowserDataGetResources Method

Gets the external resources under the folder path of the browser data.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ExternalResourceReference> GetResources()

Return Value

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