SearchOptions Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides properties to customize search results.
The SearchOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchOptions | Overloaded. Initializes a new instance of the SearchOptions class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSearchOptionsData | Returns the underlying CatalogSearchOptions object. (Inherited from CommonSearchOptions.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetPaging | Sets the StartingRecord and RecordsToRetrieve properties based on the supplied page number and page size. (Inherited from CommonSearchOptions.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CacheKey | Gets a cache key string that is used as a part of a cache key when caching query results. (Inherited from CommonSearchOptions.) | |
PropertiesToReturn | Gets or sets a comma separated list of properties that a method returns in a query result set. (Inherited from CommonSearchOptions.) | |
PropertiesToReturnArray | Gets or sets the list of properties that should be returned in a query result set as an array of property names. (Inherited from CommonSearchOptions.) | |
RecordsToRetrieve | Gets or sets the number of records to return from the search. (Inherited from CommonSearchOptions.) | |
SortAscending | Obsolete. (Obsolete) Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.) | |
SortDescending | Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.) | |
SortProperty | Gets or sets a concatenated string representing the current SortProperties string collection. (Inherited from CommonSearchOptions.) | |
StartingRecord | Gets or sets the starting record to return from the search. (Inherited from CommonSearchOptions.) |
Top