Class CatalogSearchOptions
Implements operations for the catalog search options. (Inherits SearchOptions.)
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: 13.30.0Syntax
public class CatalogSearchOptions : SearchOptions
Constructors
CatalogSearchOptions()
Initializes a new instance of the CatalogSearchOptions class.
Declaration
public CatalogSearchOptions()
CatalogSearchOptions(CatalogSearchOptions)
Initializes a new instance of the CatalogSearchOptions class.
Declaration
public CatalogSearchOptions(CatalogSearchOptions searchOptions)
Parameters
Type | Name | Description |
---|---|---|
CatalogSearchOptions | searchOptions | The search options. |