TestimoX

API Reference

Enum

AdwsSearchScope

Namespace ADPlayground.Network
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Active Directory Web Services (ADWS) LDAP query scope used by the MS-WSDS LdapQuery dialect.

Inheritance

  • Enum
  • AdwsSearchScope

Values

public const AdwsSearchScope Base #

Base object only.

Value: 0
public const AdwsSearchScope OneLevel #

Direct children of the base object.

Value: 1
public const AdwsSearchScope Subtree #

Whole subtree under the base object.

Value: 2