TCustomTenantCatalog.SaveIdentifier Method
Associates an external identifier with a tenant. The default implementation raises ENotSupportedException.
Syntax
Unit: Aurelius.Tenancy.Catalog
procedure TCustomTenantCatalog.SaveIdentifier(const Name: string; const Value: string; const TenantId: string); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The identifier name. |
| const | Value | string | The identifier value. |
| const | TenantId | string | The id of the tenant. |