2024 Method
Changes 0
M

ExternalResourceServerUtils.IsValidShortName

Description:
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..
public static bool IsValidShortName(
	Guid serverId,
	string serverName
)
  • Guid
    serverId
    The id of the external resource server.
  • String
    serverName
    The short name of the external resource server.
Return Value bool True if the name is a valid short name, false otherwise.