Table of Contents

Class ProductSearchResult

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Product search result data

public class ProductSearchResult
Inheritance
ProductSearchResult
Inherited Members

Properties

Products

Search result items

public IList<Product> Products { get; set; }

Property Value

IList<Product>

TotalCount

Products total count

public int TotalCount { get; set; }

Property Value

int
To top