Assembly: Host;
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.
IExternalCatalogRealms
The collection of storage areas/domains can be obtained using the IExternalCatalogManager.Realms property.
| 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. |
| 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: