ITenantCatalog.SaveIdentifier Method
Associates an external identifier with a tenant, replacing any previous association of the same identifier.
Syntax
Unit: Aurelius.Tenancy.Catalog
procedure ITenantCatalog.SaveIdentifier(const Name: string; const Value: string; const TenantId: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The identifier name. |
| const | Value | string | The identifier value. |
| const | TenantId | string | The id of the tenant the identifier maps to. |