Click or drag to resize

ICMSAssetEntry Interface

Represents an asset in link node format.

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

The ICMSAssetEntry type exposes the following members.

Properties
  NameDescription
Public propertyChanged
Gets when the content item was last changed.
(Inherited from ICMSNavEntry.)
Public propertyFilePath
Gets the location of the content item file.
(Inherited from ICMSNavEntry.)
Public propertyGlobalExports
Gets the global exports of the asset navigation node.
Public propertyID
Gets the content item's ID.
(Inherited from ICMSNavEntry.)
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 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 propertyType
Gets the asset type.
Public propertyURL
Gets the Url of the navigation entry
(Inherited from ICMSNavEntry.)
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