IReferenceEntry Interface Ingeniux CMS Content Store API

Represents a reference from one Page to another Page. This object is created on the fly; it's not an entity stored in Content Store.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IReferenceEntry

The IReferenceEntry type exposes the following members.

Properties

  NameDescription
Public propertyIsCrossReference
Gets whether this reference is from the Target Page or to the Target Page.
Public propertyIsDirectReference
Gets whether this reference is directly between the Source Page and Target Page or reference of a reference.
Public propertyTargetPage
Gets the target Page of this reference.
Top
See Also

Reference