ExternalResourceServerUtils.IsValidShortName
Method
Description:
Checks whether the name is a valid short name for the external resource server.
Checks whether the name is a valid short name for the external resource server.
Remarks:
A valid short name should match the restrictions documented in GetShortName().
A valid short name should match the restrictions documented in GetShortName().
Parameters
| Parameter | Type | Description |
|---|---|---|
| serverId | Guid | The id of the external resource server. |
| serverName | String | The short name of the external resource server. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the name is a valid short name, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |