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.
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.0Syntax
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 |