ICMSNavigationBuilder Methods |
The ICMSNavigationBuilder type exposes the following members.
| 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.
|