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