C# Class Novell.Directory.Ldap.Controls.LdapSortControl

LdapSortControl is a Server Control to specify how search results are to be sorted by the server. If a server does not support sorting in general or for a particular query, the results will be returned unsorted, along with a control indicating why they were not sorted (or that sort controls are not supported). If the control was marked "critical", the whole search operation will fail if the sort control is not supported.
Inheritance: Novell.Directory.Ldap.LdapControl
Exibir arquivo Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
LdapSortControl ( LdapSortKey key, bool critical ) : System

Constructs a sort control with a single key.

Private Methods

Method Description
LdapSortControl ( ) : System

Method Details

LdapSortControl() public method

Constructs a sort control with a single key.
public LdapSortControl ( LdapSortKey key, bool critical ) : System
key LdapSortKey A sort key object, which specifies attribute, /// order, and optional matching rule. /// ///
critical bool
return System