Click or drag to resize

ICMSNavEntrySerialize Method

Returned the xml representation of the page entry, to be injected into page xml for rendering

Namespace:  Ingeniux.Runtime.NavigationBuilder
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
XElement Serialize(
	string navElementId,
	ICMSPageEntryExportDefinition[] localExports,
	ICMSEnvironment environment,
	bool isLingualMapEntry = false
)

Parameters

navElementId
Type: SystemString
Unique Id of navigation element
localExports
Type: Ingeniux.Runtime.NavigationBuilderICMSPageEntryExportDefinition
Defintions of local exports to be included on the xml node output
environment
Type: Ingeniux.RuntimeICMSEnvironment
CMS rendering environment
isLingualMapEntry (Optional)
Type: SystemBoolean

Return Value

Type: XElement
Navigation node of the page
See Also