Ilumnis Authentication

Domain.Delete Method (Int32)

Deletes domain with specific DomainId.

public static void Delete(
   int domainId
);

Parameters

domainId
Database right identifier of the right to delete.

Exceptions

Exception Type Condition
InvalidDomainIdentifierException Thrown when invalid domainId is passed.

See Also

Domain Class | IExSys.Authentication Namespace | Domain.Delete Overload List