SaaS CMS has officially launched! Learn more now.

Interface ILink

Common interface for links (Associations and Relations)

Namespace: EPiServer.Commerce.Catalog.Linking
Assembly: EPiServer.Business.Commerce.dll
Version: 11.8.3
[Obsolete("This interface is no longer used, and will be removed in the next major version.")]
public interface ILink

Properties

The sort order of the link.

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

Gets or sets the source of the link (the item that has the link).

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

Gets or sets the target of the link (the item we're linking to).

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