Click or drag to resize
StrandsWebTemplateTypeEnum Enumeration
Enumeration describes type of recommendation widget.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntax
C#
public enum StrandsWebTemplateTypeEnum
Members
  Member nameValueDescription
Home0 Home type, doesn't send any identifier
Category1 Category related type, sends category of currently visited page.
Product2 Product related type, sends identifier of currently visited product.
Cart3 Shopping cart related type, sends all items from shopping cart.
Order4 Order confirmation related type, send all recently purchased items.
Miscellaneous5 Miscellaneous type, not supported, recommendations with this type will be skipped.
See Also