IExternalResourceServer Members

The IExternalResourceServer type exposes the following members.

Methods

  NameDescription
Public methodAreSameResources
Implement this method to indicate whether two given resources are the same.
Public methodGetDescription
Implement this method to return a description of the server.
(Inherited from IExternalServer.)
Public methodGetIconPath
Implement this method to return the path to an icon file which will be displayed in Revit user interfaces associated to this server.
Public methodGetInformationLink
The method that Revit will invoke to obtain a URL address which provides more information about the server.
Public methodGetInSessionPath
Implement this method to provide the path that should be used for display and browsing to a given ExternalResourceReference during this Revit session.
Public methodGetName
Implement this method to return the name of the server.
(Inherited from IExternalServer.)
Public methodGetResourceVersionStatus
Implement this method to indicate whether the given version of a resource is the most current version of the data.
Public methodGetServerId
Implement this method to return the id of the server.
(Inherited from IExternalServer.)
Public methodGetServiceId
Implement this method to return the id of the service.
(Inherited from IExternalServer.)
Public methodGetShortName
Implement this method to return the short name of the server.
Public methodGetTypeSpecificServerOperations
Implement this method to get operations supported by the external server for a particular type of external resource.
Public methodGetVendorId
Implement this method to return the id of the vendor of the server.
(Inherited from IExternalServer.)
Public methodIsResourceWellFormed
Implement this method to check whether the given ExternalResourceReference is formatted correctly for this server.
Public methodLoadResource
Implement this method to load the requested resource.
Public methodSetupBrowserData
Implement this method to setup external resource browser data which will be accessed in Revit external resource browser UI.
Public methodSupportsExternalResourceType
Implement this method to indicate whether the server can provide data for a specified type of external resource.

See Also