Try our conversational search powered by Generative AI!

Class CatalogNodes

Contains collection of CatalogNode elements.

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

Constructors

CatalogNodes()

Declaration
public CatalogNodes()

Properties

CatalogNode

Gets or sets the catalog node.

Declaration
public CatalogNode[] CatalogNode { get; set; }
Property Value
Type Description
CatalogNode[]

The catalog node.