Implement this method to setup external resource browser data which will be accessed in Revit external resource browser UI.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2015
 Syntax
Syntax
| C# | 
|---|
| void SetupBrowserData( ExternalResourceBrowserData browseData ) | 
| Visual Basic | 
|---|
| Sub SetupBrowserData ( _ browseData As ExternalResourceBrowserData _ ) | 
| Visual C++ | 
|---|
| void SetupBrowserData( ExternalResourceBrowserData^ browseData ) | 
Parameters
- browseData
- Type: Autodesk.Revit.DB..::..ExternalResourceBrowserData
 The input context to match the external resources and browser results returned by the server.
 Remarks
Remarks
   If errors occur during setup, store this information externally, and then retrieve and deal
   with the errors during the call to HandleBrowseResult() of your IExternalResourceUIServer.





