ICMSNavigationBuilder Interface |
Namespace: Ingeniux.Runtime.NavigationBuilder
The ICMSNavigationBuilder type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the count of navigation representatives
| |
CurrentPublishingTarget |
Gets the current publishing target for MFO publishing mode only
| |
MFOPublishMode |
Gets the mfo publishing mode. When MFO publishing mode is enabled, navigation building
is using full url even at design time
|
Name | Description | |
---|---|---|
BuildAssetEntries |
Build navigation representatives for given asset ids
| |
BuildPageEntries |
Build navigation representatives for given page ids
| |
Clear |
Empty the dictionary
| |
Flush |
Serialize the dictionary to disk
| |
GetAssetEntries |
Gets the navigation representatives for given page ids.
It will build the representatives first, if entry does not exist or expired
| |
GetPageEntries |
Gets the navigation representatives for given page ids.
It will build the representatives first, if entry does not exist or expired
| |
PrepareBuilder |
Prepare build for navigation building. Needs to be called before navigation building to ensure that navigation
building is based on
| |
Reload |
Load dictionary from disk
|