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.0Syntax
public class ParentsInfo : ObjectConstructors
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> | 
