CatalogSearch Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Used to search catalogs. Use this class to perform searches against product, variant, and category data in one or more catalogs.
The CatalogSearch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CatalogSearch | Overloaded. Initializes a new instance of the CatalogSearch 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.) | |
Search | Overloaded. Use this method to perform a search with the current properties. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AdvancedFreeTextSearchPhrase | Gets or sets the advanced free text search phrase used for the performing fulltext searches. | |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
CatalogNames | Gets or sets the catalog names used for the search. | |
CatalogNamesCollection | Gets or sets a ReadOnlyStringCollection of catalog names used for the search. | |
CategoriesClause | Gets or sets the categories clause. Allows searching across multiple categories in one or more catalogs. | |
CategoryName | Obsolete. (Obsolete) Use CategoryClause property instead. Gets or sets the category name used for the search. | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
FreeTextSearchPhrase | Gets or sets the free text search phrase used for the performing fulltext searches. | |
InventoryOptions | Gets or sets the Inventory options used for the search. | |
JoinTableInformation | Gets or sets the join table information for products and product variants. | |
Language | Gets or sets the language used for the search. | |
Recursive | Gets or sets a property to determine if the search should be recursive or not. | |
SearchOptions | Gets or sets the search options used for the search. | |
SqlWhereClause | Gets or sets a value specifying an SQL clause to do property searches. | |
UseAdvancedFreeTextSearch | Gets or sets a value indicating if advanced freetextsearch should be used. |
Top