Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ParentsInfo

Holds information about a parent of a catalog content instance.

Inheritance
System.Object
ParentsInfo
Namespace: EPiServer.Commerce.Catalog.Provider
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class ParentsInfo : Object

Constructors

ParentsInfo()

Declaration
public ParentsInfo()

Properties

CatalogId

Gets or sets the catalog id.

Declaration
public int CatalogId { get; set; }
Property Value
Type Description
System.Int32

EntryId

Gets or sets the entry id.

Declaration
public Nullable<int> EntryId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

EntryType

Gets or sets the entry type.

Declaration
public string EntryType { get; set; }
Property Value
Type Description
System.String

NodeId

Gets or sets the node id.

Declaration
public Nullable<int> NodeId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>