Click or drag to resize
StrandsCatalogPropertiesMapperGetItemID Method
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.

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

Parameters

catalogItem
Type: CMS.DocumentEngineTreeNode
Document

Return Value

Type: String
ID of the catalog item
Exceptions
ExceptionCondition
ArgumentNullExceptionParameter catalogItem is null
See Also