Interface IContentLink
The interface for types representing a link between elements.
public interface IContentLink
Properties
Element
The reference to the element at the opposite side of the link.
IReference Element { get; }
Property Value
Type
The type of the link.
ContentLinkType Type { get; }