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: 12.17.2Syntax
public static class CatalogRelationManager
Methods
GetNodeEntryRelations(IEnumerable<Int32>)
Gets the parent nodes for entries.
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). |
GetNodeEntryRelations(IEnumerable<Int32>, ReadMode)
Gets the parent nodes for entries.
Declaration
public static CatalogRelationDto GetNodeEntryRelations(IEnumerable<int> catalogEntryIds, ReadMode readMode)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Int32> | catalogEntryIds | The catalog entry ids. |
ReadMode | readMode | The read mode. |
Returns
Type | Description |
---|---|
CatalogRelationDto | Entries (key) with it's parent nodes (value). |