IExternalCatalogRealms.FindByIdEx

Syntax

FindByIdEx(Value: String): IExternalCatalogRealm;

Parameters

Value. Name of the storage area/domain, by which search is executed.

Description

The FindByIdEx method searches for information about storage area/domain by identifier taking into account aliases.

Comments

Aliases are various spelling variations of the storage area/domain, for example, www.mysite.ru and mysite.ru.

The method returns information about the storage area/domain in case of successful search, and Null if the storage area/domain with the specified identifier is absent in the collection.

See also:

IExternalCatalogRealms