Implement this method to handle results from browsing external resources
in the UI. It is recommended that the server only respond in the case of a critical error.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
void HandleBrowseResult( ExternalResourceUIBrowseResultType resultType, string browsingItemPath )
Parameters
- resultType ExternalResourceUIBrowseResultType
- The result of the browsing operation.
- browsingItemPath String
- The absolute path of the current item being browsed.