ICMSPageEntryLocalExports Property
|
Gets the local exports of the navigation node
Namespace:
Ingeniux.Runtime.NavigationBuilder
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSPageEntryExport> LocalExports { get; }
ReadOnly Property LocalExports As IEnumerable(Of ICMSPageEntryExport)
Get
property IEnumerable<ICMSPageEntryExport^>^ LocalExports {
IEnumerable<ICMSPageEntryExport^>^ get ();
}
abstract LocalExports : IEnumerable<ICMSPageEntryExport> with get
Property Value
Type:
IEnumerableICMSPageEntryExportSee Also