Overload | Description |
---|---|
GetViewsByProduct() | Gets a collection of Key Value pairs; each key representing a ICatalogable (Product) object and each value representing the number of views for this object. The result contains views by product. |
GetViewsByProduct(String) | Gets a collection of Key Value pairs; each key representing a ICatalogable (Product) object and each value representing the number of views for this object. The result contains views by product. |
GetViewsByProduct(Int32,Int32) | Gets a collection of Key Value pairs; each key representing a ICatalogable (Product) object and each value representing the number of views for this object. The result contains views by product. |
GetViewsByProduct(Int32,Int32,String) | Gets a collection of Key Value pairs; each key representing a ICatalogable (Product) object and each value representing the number of views for this object. The result contains views by product. |