Click or drag to resize

ICMSAssetEntry 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 ICMSAssetEntry : ICMSNavEntry

The ICMSAssetEntry type exposes the following members.

Properties
  NameDescription
Public propertyChanged
Gets when the asset was last changed
(Inherited from ICMSNavEntry.)
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 propertyLoaded
Gets when the asset entry loaded from page file
(Inherited from ICMSNavEntry.)
Public propertyLocale
Gets the asset locale
(Inherited from ICMSNavEntry.)
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 propertyType
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