Click or drag to resize

ICMSPageEntry Interface

Presents a page/component in link node format

Namespace:  Ingeniux.Runtime.NavigationBuilder
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
public interface ICMSPageEntry : ICMSNavEntry

The ICMSPageEntry type exposes the following members.

Properties
  NameDescription
Public propertyChanged
Gets when the asset was last changed
(Inherited from ICMSNavEntry.)
Public propertyDisableLocalExports
Gets whether local exports will be ignored.
Public propertyFilePath
Gets the location of page/component file
(Inherited from ICMSNavEntry.)
Public propertyGlobalExports
Gets the global exports of the navigation node
Public propertyID
Gets the asset id
(Inherited from ICMSNavEntry.)
Public propertyIsUrlStructured
Check is the page entry is using structured URL or not
Public propertyLoaded
Gets when the asset entry loaded from page file
(Inherited from ICMSNavEntry.)
Public propertyLocale
Gets the asset locale
(Inherited from ICMSNavEntry.)
Public propertyLocalExports
Gets the local exports of the navigation node
Public propertyName
Gets the asset name
(Inherited from ICMSNavEntry.)
Public propertySchema
Gets the schema name (root element name) of the asset
(Inherited from ICMSNavEntry.)
Public propertyURL
Gets the page URL. It is structured URL for runtime, and XID based URL for preview
Top
Methods
  NameDescription
Public methodSerialize
Returned the xml representation of the page entry, to be injected into page xml for rendering
(Inherited from ICMSNavEntry.)
Top
See Also