Click or drag to resize
DefaultStrandsCatalogCategoryMapper Class
Default implementation of IStrandsCatalogCategoryMapper which returns NodeClassID as category field.
Inheritance Hierarchy
SystemObject
  CMS.StrandsRecommenderDefaultStrandsCatalogCategoryMapper

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntax
C#
public sealed class DefaultStrandsCatalogCategoryMapper : IStrandsCatalogCategoryMapper

The DefaultStrandsCatalogCategoryMapper type exposes the following members.

Constructors
  NameDescription
Public methodDefaultStrandsCatalogCategoryMapper
Top
Methods
  NameDescription
Public methodGetItemCategory
Retrieves NodeClassID which will be used as category field in the Strands catalog feed.
Top
See Also