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

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