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

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

Parameters

catalogItem
Type: CMS.DocumentEngineTreeNode
Document

Return Value

Type: String
Category field
See Also