Class CatalogSearch
Implements operations for and represents the catalog search.
Inheritance
System.Object
CatalogSearch
Namespace: Mediachase.Commerce.Catalog.Search
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class CatalogSearch : Object
Properties
CacheKey
Gets the cache key.
Declaration
public string CacheKey { get; }
Property Value
Type | Description |
---|---|
System. |
The cache key. |
SearchOptions
Gets or sets the search options.
Declaration
public CatalogSearchOptions SearchOptions { get; set; }
Property Value
Type | Description |
---|---|
Catalog |
The search options. |
SearchParameters
Gets or sets the search parameters.
Declaration
public CatalogSearchParameters SearchParameters { get; set; }
Property Value
Type | Description |
---|---|
Catalog |
The search parameters. |
Methods
SearchEntries(Guid)
Searches the entries.
Declaration
public int SearchEntries(Guid searchGuid)
Parameters
Type | Name | Description |
---|---|---|
System. |
searchGuid | The search GUID. |
Returns
Type | Description |
---|---|
System. |
SearchNodes(Guid)
Searches the nodes.
Declaration
public int SearchNodes(Guid searchGuid)
Parameters
Type | Name | Description |
---|---|---|
System. |
searchGuid | The search GUID. |
Returns
Type | Description |
---|---|
System. |