Checks whether the name is a valid short name for the external resource server. 
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2015 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- serverId
- Type: SystemGuid
 The id of the external resource server.
- serverName
- Type: SystemString
 The short name of the external resource server.
Return Value
True if the name is a valid short name, false otherwise.Remarks
 A valid short name should match the restrictions documented in GetShortName. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |