2024 Method
Changes 0
M

IExternalResourceServer.SupportsExternalResourceType

Description:
Implement this method to indicate whether the server can provide data for a specified type of external resource.
bool SupportsExternalResourceType(
	ExternalResourceType type
)
  • type
    The ExternalResourceType of interest to the caller. For example, KeynoteTable - to determine if the server provides data for Revit's keynote table.
Return Value bool True if the server supports the specified type of external resource