IExternalResourceServer.GetShortName Method

Implement this method to return the short name of the server.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

string GetShortName()

Return Value

String
The short name of the server.

Remarks

The name is a unique path prefix included in full paths to external resources provided by this server. It is recommended that the short name length is at least 3 characters to make it useful for users to identify the server easily.

To ensure the server can be registered successfully, the name should match restrictions below:

See Also

Reference

IExternalResourceServer Interface
Autodesk.Revit.DB Namespace