Recommendation Objects
Recommendation Widget
This object refers to how Recommendation Widget defined in Hawksearch for your account will be returned to or fed to the Hawksearch API.
Â
public class RecommendationWidgetModel {
public int WidgetId { get; set; }
public Guid WidgetGuid { get; set; }
public string Name { get; set; }
public string Title { get; set; }
public DateTime StartDate { get; set; }
public DateTime EndDate { get; set; }
public string Comments { get; set; }
public string ContainerCssClass { get; set; }
public int Context { get; set; }
public string Template { get; set; }
public int NofItems { get; set; }
public bool IsCarousel { get; set; }
public int LayoutType { get; set; }
public string CarouselData { get; set; }
public bool EnableModelAutoOrdering { get; set; }
public string Models { get; set; }
public int StrategyType { get; set; }
public int MinimumItemsCount { get; set; }
public DateTime CreateDate { get; set; }
public DateTime ModifyDate { get; set; }
}