Class ProductResult
Represents a list of product results
Constructors
ProductResult()
Declaration
public ProductResult()
Properties
Products
List of read-only list of Products returned by search engine
Declaration
public IList<Product> Products { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Product> |
Total
Total number of returned products
Declaration
public uint Total { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |