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.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntax public static string GetItemID(
TreeNode catalogItem
)
Parameters
- catalogItem
- Type: CMS.DocumentEngineTreeNode
Document
Return Value
Type:
StringID of the catalog item
Exceptions See Also