Interface IContentLink
The interface for types representing a link between elements.
public interface IContentLinkProperties
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; }