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
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
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