ExternalResourceServerUtils
Description:
Contains utilities related to external resource server.
Contains utilities related to external resource server.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExternalResourceServerUtils
System.Object
Autodesk.Revit.DB.ExternalResourceServerUtils
public static class ExternalResourceServerUtils
| Name | Return Type | Description |
|---|---|---|
| IsValidShortName(Guid, String) | Boolean | Checks whether the name is a valid short name for the external resource server. |
| ServerSupportsAssemblyCodeData(ExternalResourceReference) | Boolean | Checks that the server referenced by the given ExternalResourceReference supports AssemblyCodeData. |
| ServerSupportsCADLinks(ExternalResourceReference) | Boolean | Checks that the server referenced by the given ExternalResourceReference supports CAD links. |
| ServerSupportsIFCLinks(ExternalResourceReference) | Boolean | Checks that the server referenced by the given ExternalResourceReference supports IFC links. |
| ServerSupportsKeynotes(ExternalResourceReference) | Boolean | Checks that the server referenced by the given ExternalResourceReference supports KeynoteTable data. |
| ServerSupportsRevitLinks(ExternalResourceReference) | Boolean | Checks that the server referenced by the given ExternalResourceReference supports Revit links. |