ITenantCatalog.RemoveIdentifier Method
Removes an external identifier. Nothing happens if the identifier is unknown.
Syntax
Unit: Aurelius.Tenancy.Catalog
procedure ITenantCatalog.RemoveIdentifier(const Name: string; const Value: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The identifier name. |
| const | Value | string | The identifier value. |