A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class NodeRelation

Describes a relation from an entry to a category or a category to another category. Source is the categorized entry or (child) category, and Target is the parent category.

Inheritance
System.Object
NodeRelation
Implements
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: EPiServer.Commerce.Catalog.Linking
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class NodeRelation : Relation, ILink

Constructors

NodeRelation()

Declaration
public NodeRelation()

Properties

TargetCatalog

Gets or sets the catalog the relation is valid for. If not set, the catalog of the Target is used.

Declaration
public ContentReference TargetCatalog { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

Implements