API Reference
Class
LdapToolPagedQueryResult
Typed LDAP paged query result for offset/cap calls.
Inheritance
- LdapToolQueryResult
- LdapToolPagedQueryResult
Constructors
public LdapToolPagedQueryResult() #Inherited Methods
Properties
public Boolean HasMore { get; set; } #Indicates if more rows are available beyond this page.
Inherited Properties
public Int32 Count { get; set; } #Inherited from LdapToolQueryResult
public Boolean Truncated { get; set; } #Inherited from LdapToolQueryResult
public IReadOnlyList<LdapToolQueryRow> Rows { get; set; } #Inherited from LdapToolQueryResult