LDAP Client.Net

Scope Enumeration

Scopes for searching.

[Visual Basic]
Public Enum Scope
[C#]
public enum Scope
[C++]
public __value enum Scope
[JScript]
public enum Scope

Members

Member NameDescription
SubTree Search the directory tree from the base DN down.
OneLevel Search only the base DN level.
Base Search only the directory's base.

Requirements

Namespace: LdapServices.Ldap

Assembly: LdapServices.LdapClient (in LdapServices.LdapClient.dll)

See Also

LdapServices.Ldap Namespace