CommonSearchOptions Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An abstract class. Provides properties that customize the catalog search results when performing searches on one or more catalogs.
The CommonSearchOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSearchOptionsData | Returns the underlying CatalogSearchOptions object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetPaging | Sets the StartingRecord and RecordsToRetrieve properties based on the supplied page number and page size. | |
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. | |
PropertiesToReturn | Gets or sets a comma separated list of properties that a method returns in a query result set. | |
PropertiesToReturnArray | Gets or sets the list of properties that should be returned in a query result set as an array of property names. | |
RecordsToRetrieve | Gets or sets the number of records to return from the search. | |
SortAscending | Obsolete. (Obsolete) Gets or sets a value indicating whether a method should sort in ascending or descending order. | |
SortDescending | Gets or sets a value indicating whether a method should sort in ascending or descending order. | |
SortProperty | Gets or sets a concatenated string representing the current SortProperties string collection. | |
StartingRecord | Gets or sets the starting record to return from the search. |
Top