Table of Contents

ITenantCatalog.FindTenant Method

Returns the catalog record of a tenant.

Syntax

Unit: Aurelius.Tenancy.Catalog

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

Parameters

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

Returns

The TTenantInfo of the tenant, or an empty record if the tenant is unknown.

See also