Click or drag to resize

ICMSNavigationBuildingSession Interface

Represents a session for managing navigation representative entries for pages and assets.

Namespace:  Ingeniux.Runtime.NavigationBuilder
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
public interface ICMSNavigationBuildingSession : IDisposable

The ICMSNavigationBuildingSession type exposes the following members.

Properties
  NameDescription
Public propertyAssetsToBuild
Gets the list of asset IDs for asset navigation entries to build.
Public propertyBuilder
Gets the builder for building page and asset navigation entries.
Public propertyEndTime
Gets the DateTime when the navigation building session was disposed.
Public propertyNeedsRebuild
Gets if the navigation entries need to be rebuilt.
Public propertyPagesToBuild
Gets the list of page IDs for page navigation entries to build.
Public propertyStartTime
Gets the DateTime when the navigation building session was created.
Public propertyUsingPhysicalCacheInAnyNavigation
Gets and sets if the navigation building session is using a physical cache. The default is false.
Top
Methods
  NameDescription
Public methodAddAssets
Adds the provided page IDs to the list of assets to create navigation entries for.
Public methodAddPages
Adds the provided page IDs to the list of pages to create navigation entries for.
Top
Remarks
Use this session to access the navigation builder for creating page and asset navigation entries.
See Also