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
The IReferenceEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsCrossReference |
Gets whether this reference is from the Target Page or to the Target Page.
|
![]() | IsDirectReference |
Gets whether this reference is directly between the Source Page and Target Page or reference of a reference.
|
![]() | TargetPage |
Gets the target Page of this reference.
|
See Also