SearchOptions Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides optional parameters that control results of a system search.
The SearchOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SearchOptions | Initializes a new instance of the SearchOptions class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetPaging | Assigns the StartRecord and NumberOfRecordsToReturn properties to return the specified page. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
NumberOfRecordsToReturn | Gets or sets a value that determines how many records to return. |
![]() |
PropertiesToReturn | Gets or sets the comma-delimited list of properties that should be included in the search results. |
![]() |
SortDescending | Gets or sets value that indicates whether to sort in ascending or descending order. |
![]() |
SortProperties | Gets or sets the name of the property to sort on. |
![]() |
StartRecord | Gets or sets the one-based index of the first record to return. |
Top