Click or drag to resize

ICMSNavEntry Interface

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

The ICMSNavEntry type exposes the following members.

Properties
  NameDescription
Public propertyChanged
Gets when the asset was last changed
Public propertyFilePath
Gets the location of page/component file
Public propertyID
Gets the asset id
Public propertyLoaded
Gets when the asset entry loaded from page file
Public propertyLocale
Gets the asset locale
Public propertyName
Gets the asset name
Public propertySchema
Gets the schema name (root element name) of the asset
Top
Methods
  NameDescription
Public methodSerialize
Returned the xml representation of the page entry, to be injected into page xml for rendering
Top
See Also