IAdmBusinessUnitQueryRule
The IAdmBusinessUnitQueryRule interface represents the Query Results membership rule for business units.
Inheritance: IAdmBusinessUnitMembershipRule
Methods
-
GetCriteria()
-
Returns the IAdmCriteria interface that represents the criteria for including objects into a business unit.
-
SetCriteria()
-
Sets the criteria for including objects into a business unit.
Properties
-
Property
-
Description
-
BaseObjectPath
-
Gets or sets the ADS path of an object in the directory hierarchy to start the search from.
-
BaseObjectDnTemplate
-
Gets or sets a string containing a template for the distinguished name (DN) of the search base object.
-
Scope
-
Gets or sets a value indicating the scope of the directory search.
Details
GetCriteria()
Returns the IAdmCriteria interface that represents the criteria for including objects into a business unit.
IAdmCriteria GetCriteria()
SetCriteria()
Sets the criteria for including objects into a business unit.
void SetCriteria(IAdmCriteria criteria)
Parameters
The criteria parameter specifies a Criteria filter. For details on building filters, see How to build criteria filters.
BaseObjectPath
Gets or sets the ADS path of an object in the directory hierarchy to start the search from. If the path contains value references, use the BaseObjectDnTemplate property instead.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the BaseObjectDnTemplate property is set to an empty string.
BaseObjectDnTemplate
Gets or sets a string containing a template for the distinguished name (DN) of the search base object. You can use value references in the template. After resolving value references, the resulting string must be a valid distinguished name (DN) of a directory object.
- Type:
- string
- Access:
- Read/Write
Remarks
When this property is set, the BaseObjectPath property is set to an empty string.
Scope
Gets or sets a value indicating the scope of the directory search.
- Type:
- ADS_SCOPEENUM
- Access:
- Read/Write
Requirements
Minimum required version: 2023