IExternalResourceServer.SupportsExternalResourceType
Method
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.
Parameters
Parameter | Type | Description |
---|---|---|
type | ExternalResourceType | The ExternalResourceType of interest to the caller. For example, KeynoteTable - to determine if the server provides data for Revit's keynote table. |
Return Value
Type | Description |
---|---|
Boolean | True if the server supports the specified type of external resource |