Click or drag to resize

ICMSPageEntryExport Interface

Represents an instantiated page navigation export field with a value. Provides a way to serialize the export field into an XML attribute.

Namespace:  Ingeniux.Runtime.NavigationBuilder
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
public interface ICMSPageEntryExport : ICMSPageEntryExportDefinition, 
	ICMSEntryExportBase

The ICMSPageEntryExport type exposes the following members.

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