Ilumnis Authentication

AuthenticationStorage.UpdateDomain Method 

Uses data layer to update a domain.

public static void UpdateDomain(
   Domain domain
);

Parameters

domain
Domain to update.

Exceptions

Exception Type Condition
StorageUpdateException Thrown when current storage can't update requested domain.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace