API Reference
Class
LdapToolPagedQueryResult
Typed LDAP paged query result for offset/cap calls.
Inheritance
- LdapToolQueryResult
- LdapToolPagedQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public LdapToolPagedQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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