IExternalCatalogRealms.FindById

Syntax

FindById(Value: String): IExternalCatalogRealm;

Parameters

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

Description

The FindById method searches for information about storage area/domain by identifier.

Comments

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