Click or drag to resize

ICMSPageEntry Interface

Represents a page/component in link node format.

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

The ICMSPageEntry type exposes the following members.

Properties
  NameDescription
Public propertyChanged
Gets when the content item was last changed.
(Inherited from ICMSNavEntry.)
Public propertyDisableLocalExports
Gets whether local exports will be ignored.
Public propertyFilePath
Gets the location of the content item file.
(Inherited from ICMSNavEntry.)
Public propertyGlobalExports
Gets the global exports of the navigation node
Public propertyID
Gets the content item's ID.
(Inherited from ICMSNavEntry.)
Public propertyIsUrlStructured
Check is the page entry is using structured URL or not
Public propertyLoaded
Gets when the content item was last loaded.
(Inherited from ICMSNavEntry.)
Public propertyLocale
Gets the content item's locale.
(Inherited from ICMSNavEntry.)
Public propertyLocalExports
Gets the local exports of the navigation node
Public propertyName
Gets the content item's name.
(Inherited from ICMSNavEntry.)
Public propertySchema
Gets the schema name (root element name) of the content item.
(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
Returns the XML representation of the content item entry, to be injected into page XML for rendering.
(Inherited from ICMSNavEntry.)
Top
See Also