Method | Description | |
---|---|---|
StringValues ( System.DirectoryServices.Protocols.LdapConnection conn, string entryDn, string attrName, int start, int end, bool extendedDns ) : IEnumerable |
Typical usage: foreach (string s in RangeHelper.StringValues(conn, "cn=test", "member", 0, null, false)) ....
|
Method | Description | |
---|---|---|
GetRangeBlock ( System.DirectoryServices.Protocols.LdapConnection conn, string entryDn, string attrName, int start, int end, bool extendedDns ) : RangeResult |
public static StringValues ( System.DirectoryServices.Protocols.LdapConnection conn, string entryDn, string attrName, int start, int end, bool extendedDns ) : IEnumerable |
||
conn | System.DirectoryServices.Protocols.LdapConnection | |
entryDn | string | |
attrName | string | |
start | int | |
end | int | |
extendedDns | bool | |
return | IEnumerable |