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(Int32, Int32)
-
Initializes a new instance of the AdmSearchPagingInfo class.
-
AdmSearchPagingInfo(Int32, Int32, 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(Int32, Int32)
Initializes a new instance of the AdmSearchPagingInfo class.
AdmSearchPagingInfo(Int32 offset, Int32 length)
Parameters
- offset - Specifies the offset of the search page.
- length - Specifies the length of the search page.
AdmSearchPagingInfo(Int32, Int32, Byte[])
Initializes a new instance of the AdmSearchPagingInfo class using a cookie that was returned by the previous search.
AdmSearchPagingInfo(Int32 offset, Int32 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:
- Int32
- Access:
- Read/Write
Length
Gets or sets the length of the search page.
- Type:
- Int32
- Access:
- Read/Write
Requirements
Minimum required version: 2009.1