Try our conversational search powered by Generative AI!

Class CatalogSystemExtensions

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
CatalogSystemExtensions
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.Internal
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public static class CatalogSystemExtensions

Methods

GetCatalogNodesDto(ICatalogSystem, Int32[], CatalogNodeResponseGroup)

Gets the catalog nodes dto.

Declaration
public static CatalogNodeDto GetCatalogNodesDto(this ICatalogSystem catalogContext, int[] catalogNodeIds, CatalogNodeResponseGroup responseGroup)
Parameters
Type Name Description
ICatalogSystem catalogContext

The catalog context.

System.Int32[] catalogNodeIds

The catalog node ids.

CatalogNodeResponseGroup responseGroup

The response group.

Returns
Type Description
CatalogNodeDto