C# Класс 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.
Наследование: Novell.Directory.Ldap.LdapControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LdapSortControl ( LdapSortKey key, bool critical ) : System

Constructs a sort control with a single key.

Приватные методы

Метод Описание
LdapSortControl ( ) : System

Описание методов

LdapSortControl() публичный Метод

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
Результат System