Click or drag to resize
DefaultStrandsCatalogCategoryMapperGetItemCategory Method
Retrieves NodeClassID which will be used as category field in the Strands catalog feed.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntax
C#
public string GetItemCategory(
	TreeNode catalogItem
)

Parameters

catalogItem
Type: CMS.DocumentEngineTreeNode
Document

Return Value

Type: String
Category field

Implements

IStrandsCatalogCategoryMapperGetItemCategory(TreeNode)
Exceptions
ExceptionCondition
ArgumentNullExceptionParameter catalogItem is null
See Also