IExternalCatalogRealms

Assembly: Host;

Description

The IExternalCatalogRealms interface is used to work with the collection of storage areas/domains with information about security subjects available for use in the platform.

Inheritance Hierarchy

IExternalCatalogRealms

Comments

The collection of storage areas/domains can be obtained using the IExternalCatalogManager.Realms property.

Properties

  Property name Brief description
Count The Count property returns the number of storage areas/domains in the collection.
Item The Item property returns information about storage area/domain with the specified index.

Methods

  Method name Brief description
FindById The FindById method searches for information about storage area/domain by identifier.
FindByIdEx The FindByIdEx method searches for information about storage area/domain by identifier taking into account aliases.

See also:

Host Assembly Interfaces