SaaS CMS has officially launched! Learn more now.

Class CatalogSearch

Implements operations for and represents the catalog search.

Inheritance
System.Object
CatalogSearch
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Search
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CatalogSearch

Properties

CacheKey

Gets the cache key.

Declaration
public string CacheKey { get; }
Property Value
Type Description
System.String

The cache key.

SearchOptions

Gets or sets the search options.

Declaration
public CatalogSearchOptions SearchOptions { get; set; }
Property Value
Type Description
CatalogSearchOptions

The search options.

SearchParameters

Gets or sets the search parameters.

Declaration
public CatalogSearchParameters SearchParameters { get; set; }
Property Value
Type Description
CatalogSearchParameters

The search parameters.

Methods

SearchEntries(Guid)

Searches the entries.

Declaration
public int SearchEntries(Guid searchGuid)
Parameters
Type Name Description
System.Guid searchGuid

The search GUID.

Returns
Type Description
System.Int32

SearchNodes(Guid)

Searches the nodes.

Declaration
public int SearchNodes(Guid searchGuid)
Parameters
Type Name Description
System.Guid searchGuid

The search GUID.

Returns
Type Description
System.Int32