Click or drag to resize

IReferenceEntry Interface

References a page node in reference file. It is readonly

Namespace:  Ingeniux.Runtime.Reference
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
public interface IReferenceEntry

The IReferenceEntry type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets the page's creation time
Public propertyEndDate
Gets the end date
Public propertyID
Gets the page id
Public propertyIsComponent
Checks whether the page is component
Public propertyLastChanged
Gets the page's last changed time
Public propertyLocale
Gets the page locale
Public propertyMarked
Gets if this page is marked in the publishing target.
Public propertyName
Gets the page name
Public propertyNoNavigationBuilding
Gets if this page should not create cached navigation entry in DSS
Public propertyPageFilePath
Gets the page file path
Public propertySchema
Gets the schema of the page
Public propertyStartDate
Gets the start date
Top
See Also