IExternalResourceServer.SupportsExternalResourceType
Description:
Implement this method to indicate whether the server can provide data for a specified type of external resource.
Implement this method to indicate whether the server can provide data for a specified type of external resource.
bool SupportsExternalResourceType(
ExternalResourceType type
)
-
typeThe 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
No comments yet. Start the discussion.
Loading…