2024 Method
Changes 0
M

IExternalResourceServer.SetupBrowserData

Description:
Implement this method to setup external resource browser data which will be accessed in Revit external resource browser UI.
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.
void SetupBrowserData(
	ExternalResourceBrowserData browseData
)