Click or drag to resize

ICMSNavEntry Interface

Represents a content item (page, component, or asset) in link node format.

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

The ICMSNavEntry type exposes the following members.

Properties
  NameDescription
Public propertyChanged
Gets when the content item was last changed.
Public propertyFilePath
Gets the location of the content item file.
Public propertyID
Gets the content item's ID.
Public propertyLoaded
Gets when the content item was last loaded.
Public propertyLocale
Gets the content item's locale.
Public propertyName
Gets the content item's name.
Public propertySchema
Gets the schema name (root element name) of the content item.
Public propertyURL
Gets the Url of the navigation entry
Top
Methods
  NameDescription
Public methodSerialize
Returns the XML representation of the content item entry, to be injected into page XML for rendering.
Top
See Also