ITenantCatalog.SaveTenant Method
Creates or updates a tenant record.
Syntax
Unit: Aurelius.Tenancy.Catalog
procedure ITenantCatalog.SaveTenant(const Tenant: TTenantInfo); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Tenant | TTenantInfo | The tenant record to save. Its TenantId identifies the tenant to create or update. |