ICMSPageFactoryLocalExportsIncludeLinks Property
|
Gets/sets whether to expand
Links on target Pages when retrieving local exports for a Navigation/Link item.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax bool LocalExportsIncludeLinks { get; set; }
Property LocalExportsIncludeLinks As Boolean
Get
Set
property bool LocalExportsIncludeLinks {
bool get ();
void set (bool value);
}
abstract LocalExportsIncludeLinks : bool with get, set
Property Value
Type:
BooleanRemarks
This property being true will make navigation expansion slower.
See Also