IABACSubjectAttributesMappings.FindByType

Syntax

FindByType(Type: ExternalCatalogType; [Realm: String = ""]): IABACSubjectAttributesMapping;

Parameters

Type. Type of external storage area/domain.

Realm. Name of external storage area/domain.

Description

The FindByType method searches for an attribute link by type and name of external storage area/domain.

Comments

The method returns the collection of attributes for the specified type and name of external storage area/domain in case of successful search, and Null if there are no attribute link settings for the specified parameters.

The Realm parameter is used only with the ExternalCatalogType.LDAP type to specify the subdomain, to which attribute link settings are applied. If the name is not specified, the settings are applied to all domains.

See also:

IABACSubjectAttributesMappings