INavigationElementLocalExports Property
|
Gets the element's local exports.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IExportsElement LocalExports { get; }
ReadOnly Property LocalExports As IExportsElement
Get
property IExportsElement^ LocalExports {
IExportsElement^ get ();
}
abstract LocalExports : IExportsElement with get
Property Value
Type:
IExportsElementRemarks The return of this property will not be null.
See Also