TenantGetNextAvailableDN(String) Method

returns unique dnName for the new object which begins with specified prefix.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
string GetNextAvailableDN(
	string startFromNumber
)

Parameters

startFromNumber  String
Number from where to start search. Returned number will have the same length

Return Value

String

Exceptions

ArgumentOutOfRangeExceptionThrown when prefix is null or has length greater then required

See Also