ICMSPageEntryExportSerialize Method
|
Gets the XAttribute result, to plug into a page node.
Namespace:
Ingeniux.Runtime.NavigationBuilder
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax Function Serialize As XAttribute
abstract Serialize : unit -> XAttribute
Return Value
Type:
XAttribute
A new XAttribute with this export's
name and
valueRemarks
If the export's
value
is null, this returns null.
See Also