ICMSNavigationBuildingSession Interface |
Namespace: Ingeniux.Runtime.NavigationBuilder
The ICMSNavigationBuildingSession type exposes the following members.
Name | Description | |
---|---|---|
AssetsToBuild |
Gets the list of asset IDs for asset navigation entries to build.
| |
Builder |
Gets the builder for
building page and asset navigation entries.
| |
EndTime |
Gets the DateTime when the navigation building session was disposed.
| |
NeedsRebuild |
Gets if the navigation entries need to be rebuilt.
| |
PagesToBuild |
Gets the list of page IDs for page navigation entries to build.
| |
StartTime |
Gets the DateTime when the navigation building session was created.
| |
UsingPhysicalCacheInAnyNavigation |
Gets and sets if the navigation building session is using a physical cache. The default is false.
|
Name | Description | |
---|---|---|
AddAssets |
Adds the provided page IDs to the list of assets to create navigation entries for.
| |
AddPages |
Adds the provided page IDs to the list of pages to create navigation entries for.
|