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
Aa161515.pubmethod(en-US,CS.70).gif SearchOptions Overloaded. Initializes a new instance of the SearchOptions class.

Top

Methods

  Name Description
Aa161515.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa161515.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa161515.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa161515.protmethod(en-US,CS.70).gif GetSearchOptionsData Returns the underlying CatalogSearchOptions object. (Inherited from CommonSearchOptions.)
Aa161515.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa161515.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa161515.pubmethod(en-US,CS.70).gif SetPaging Sets the StartingRecord and RecordsToRetrieve properties based on the supplied page number and page size. (Inherited from CommonSearchOptions.)
Aa161515.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa161515.pubproperty(en-US,CS.70).gif CacheKey Gets a cache key string that is used as a part of a cache key when caching query results. (Inherited from CommonSearchOptions.)
Aa161515.pubproperty(en-US,CS.70).gif PropertiesToReturn Gets or sets a comma separated list of properties that a method returns in a query result set. (Inherited from CommonSearchOptions.)
Aa161515.pubproperty(en-US,CS.70).gif 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.)
Aa161515.pubproperty(en-US,CS.70).gif RecordsToRetrieve Gets or sets the number of records to return from the search. (Inherited from CommonSearchOptions.)
Aa161515.pubproperty(en-US,CS.70).gif SortAscending Obsolete. (Obsolete) Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.)
Aa161515.pubproperty(en-US,CS.70).gif SortDescending Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.)
Aa161515.pubproperty(en-US,CS.70).gif SortProperty Gets or sets a concatenated string representing the current SortProperties string collection. (Inherited from CommonSearchOptions.)
Aa161515.pubproperty(en-US,CS.70).gif StartingRecord Gets or sets the starting record to return from the search. (Inherited from CommonSearchOptions.)

Top

See Also

Reference

SearchOptions Class

Microsoft.CommerceServer.Catalog Namespace