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: 12.17.2Syntax
[Obsolete("This class is no longer used, use content types instead. Will remain at least until February 2019.")]
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. |