Table of Contents

TCustomTenantCatalog.FindTenant Method

Returns the catalog record of a tenant, or an empty record if the tenant is unknown. Must be implemented by descendants.

Syntax

Unit: Aurelius.Tenancy.Catalog

function TCustomTenantCatalog.FindTenant(const TenantId: string): TTenantInfo; virtual; abstract;

Parameters

<-> Parameter Type Description
const TenantId string The id of the tenant.

Returns

The tenant record, or an empty record.

See also