Checks whether the name is a valid short name for the external resource server.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2015
Syntax
C# |
---|
public static bool IsValidShortName(
Guid serverId,
string serverName
) |
Visual Basic |
---|
Public Shared Function IsValidShortName ( _
serverId As Guid, _
serverName As String _
) As Boolean |
Visual C++ |
---|
public:
static bool IsValidShortName(
Guid serverId,
String^ serverName
) |
Return Value
True if the name is a valid short name, false otherwise.
Remarks
Exceptions
See Also