Class CatalogRelationManager

Implements operations for the catalog relation manager.

Inheritance
System.Object
CatalogRelationManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Managers
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public static class CatalogRelationManager

Methods

GetNodeEntryRelations(IEnumerable<Int32>)

Gets the parent nodes for entires.

Declaration
public static CatalogRelationDto GetNodeEntryRelations(IEnumerable<int> catalogEntryIds)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Int32> catalogEntryIds

The catalog entry ids.

Returns
Type Description
CatalogRelationDto

Entries (key) with it's parent nodes (value).