Click or drag to resize
StrandsCatalogPropertiesMapper Class
Methods in this class map properties of the document to the ones used in the Strands catalog feed.
Inheritance Hierarchy
SystemObject
  CMS.StrandsRecommenderStrandsCatalogPropertiesMapper

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntax
C#
public static class StrandsCatalogPropertiesMapper

The StrandsCatalogPropertiesMapper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetItemCategory
Retrieves NodeClassID which will be used as category field in the Strands catalog feed. Returned value can be changed easily by using different implementation of IStrandsCatalogCategoryMapper. This can be done by calling ObjectFactory<IStrandsCatalogCategoryMapper>.SetDefaultObjectTypeTo<NameOfDifferentImplementation>() somewhere during Init phase.
Public methodStatic memberGetItemID
Retrieves document NodeID which will be used as ItemID in the Strands catalog feed. Behavior of this method can't be changed because implementation of Strands integration is dependent on it.
Top
See Also