Ilumnis Authentication

AuthenticationStorage.NewDomain Method (Int32, String)

Uses data layer to create new domain.

public static Domain NewDomain(
   int domainId,
   string domainName
);

Parameters

domainId
DomainId for the new domain.
domainName
Name for the new domain.

Return Value

New domain object.

Exceptions

Exception Type Condition
StorageInsertException Thrown when current storage can't create requested domain.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace | AuthenticationStorage.NewDomain Overload List