AdmSearchPagingInfo
The AdmSearchPagingInfo class provides information required to fetch a particular search page using the IAdmDirectorySearcher interface.
Inheritance: Object
Namespace: Softerra.Adaxes.Adsi
Constructors
- 
Constructor
 - 
Description
 - 
AdmSearchPagingInfo(int, int)
 - 
Initializes a new instance of the AdmSearchPagingInfo class.
 - 
AdmSearchPagingInfo(int, int, Byte[])
 - 
Initializes a new instance of the AdmSearchPagingInfo class using a cookie that was returned by the previous search.
 - 
AdmSearchPagingInfo(AdmSearchPagingInfo)
 - 
Initializes a new instance of the AdmSearchPagingInfo class and copies all information from another search paging information object represented by the AdmSearchPagingInfo class.
 
Methods
- 
Method
 - 
Description
 - 
GetCookie()
 - 
Gets the search cookie.
 - 
SetCookie()
 - 
Sets the search cookie.
 
Properties
Details
AdmSearchPagingInfo(int, int)
Initializes a new instance of the AdmSearchPagingInfo class.
AdmSearchPagingInfo(int offset, int length)
Parameters
- offset - Specifies the offset of the search page.
 - length - Specifies the length of the search page.
 
AdmSearchPagingInfo(int, int, Byte[])
Initializes a new instance of the AdmSearchPagingInfo class using a cookie that was returned by the previous search.
AdmSearchPagingInfo(int offset, int length, Byte[] cookie)
Parameters
- offset - Specifies the offset of the search page.
 - length - Specifies the length of the search page.
 - cookie - Contains the cookie that was returned by the previous search.
 
AdmSearchPagingInfo(AdmSearchPagingInfo)
Initializes a new instance of the AdmSearchPagingInfo class and copies all information from another search paging information object represented by the AdmSearchPagingInfo class.
AdmSearchPagingInfo(AdmSearchPagingInfo)
GetCookie()
Gets the search cookie.
Byte[] GetCookie()
SetCookie()
Sets the search cookie.
void SetCookie(Byte[] cookie)
Offset
Gets or sets the offset of the search page.
- Type:
 - int
 - Access:
 - Read/Write
 
Length
Gets or sets the length of the search page.
- Type:
 - int
 - Access:
 - Read/Write
 
Requirements
Minimum required version: 2009.1