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.3.169
Syntax XElement Serialize(
string navElementId,
ICMSPageEntryExportDefinition[] localExports,
ICMSEnvironment environment,
bool isLingualMapEntry = false
)
Function Serialize (
navElementId As String,
localExports As ICMSPageEntryExportDefinition(),
environment As ICMSEnvironment,
Optional isLingualMapEntry As Boolean = false
) As XElement
XElement^ Serialize(
String^ navElementId,
array<ICMSPageEntryExportDefinition^>^ localExports,
ICMSEnvironment^ environment,
bool isLingualMapEntry = false
)
abstract Serialize :
navElementId : string *
localExports : ICMSPageEntryExportDefinition[] *
environment : ICMSEnvironment *
?isLingualMapEntry : bool
(* Defaults:
let _isLingualMapEntry = defaultArg isLingualMapEntry false
*)
-> XElement
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:
XElementNavigation node of the page
See Also