IAdmSelectObjectParameters
The IAdmSelectObjectParameters interface specifies the criteria used to limit Active Directory objects the user is allowed to select.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
BaseObject
-
Gets or sets a reference to the Active Directory object used as the search base.
-
Filter
-
Gets or sets an LDAP search filter.
-
Scope
-
Gets or sets a value indicating the search scope.
-
AllowMultipleSelection
-
Gets or sets a value indicating whether the user is allowed to select multiple objects.
Details
BaseObject
Gets or sets a reference to the Active Directory object used as the search base.
- Type:
- IAdmObjectReference
- Access:
- Read/Write
Filter
Gets or sets an LDAP search filter. You can use value references in the filter (e.g. %department%).
- Type:
- String
- Access:
- Read/Write
Scope
Gets or sets a value indicating the search scope. For example, set the property to ADS_SCOPE_ONELEVEL, to allow the user to select only direct children of an Organizational Unit referenced in the BaseObject property.
- Type:
- ADS_SCOPEENUM
- Access:
- Read/Write
AllowMultipleSelection
Gets or sets a value indicating whether the user is allowed to select multiple objects.
- Type:
- Boolean
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1