Click or drag to resize

ICMSAssetEntryExport Interface

Instantiated navigation export field with value. Provide the way to serialize into xml attribute

Namespace:  Ingeniux.Runtime.NavigationBuilder
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
public interface ICMSAssetEntryExport : ICMSAssetEntryExportDefinition, 
	ICMSEntryExportBase

The ICMSAssetEntryExport type exposes the following members.

Properties
  NameDescription
Public propertyName
Name of the export definition
(Inherited from ICMSEntryExportBase.)
Public propertyQuery
Xpath query of the export definition
(Inherited from ICMSEntryExportBase.)
Public propertyValue
Gets the value of export instance
Top
Methods
  NameDescription
Public methodSerialize
Gets the XAttribute result, to be plug into page node
Top
See Also