AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSNavigationEngine Members

The CMSNavigationEngine type exposes the following members.

Constructors


  Name Description
Public method CMSNavigationEngine(SQL, CMSUser, Int32, Int32)
Required constructor for updating data/objects

Methods


  Name Description
Protected method addEngineArgs (Inherited from CMSEngineBase.)
Public method CreateEvent(String, String, eCMSEngineEventStatus, String, List<(Of <<'(EngineEventArgs>)>>))
Creates the event.
(Inherited from CMSEngineBase.)
Public method CreateEvent(String, String, eCMSEngineEventStatus, List<(Of <<'(EngineEventArgs>)>>))
Creates the event.
(Inherited from CMSEngineBase.)
Protected method Dispose(Boolean) (Inherited from CMSEngineBase.)
Public method Dispose()()()()
Disposes this instance.
(Inherited from CMSEngineBase.)
Public method GetAllNavigationListByAdminSettings Obsolete.
Gets all navigation list by admin settings.
Public method GetAllNavigations
This method will return navigations for ALL sites. Usefull for multi-domain menu systems.
Public method GetNavigationByID
Returns a Single Navigation based on domain and language and navigationId
Public method GetNavigationByNavigationPageID
Gets the navigation by navigation page identifier.
Public method GetNavigationBySitePageID
Returns a Single Navigation based a site page Id
Public method GetNavigationListBySearchTerm
Gets a list of navigations for a specific domain and language by search term(s)
Public method GetNavigations(Int32, Int32)
Gets a shallow list of navigations for a specific domain and language
Public method GetNavigations(Int32, Int32, Boolean)
Gets a list of navigations for a specific domain and language

Properties


  Name Description
Public property CurrentSql
Gets the current SQL.
(Inherited from CMSEngineBase.)
Public property CurrentUser
Gets the current user.
(Inherited from CMSEngineBase.)
Public property DomainId
Gets the domain identifier.
(Inherited from CMSEngineBase.)
Public property LanguageId
Gets the language identifier.
(Inherited from CMSEngineBase.)
Public property LastException
Gets or sets the last exception.
(Inherited from CMSEngineBase.)

Events


  Name Description
Public event EngineEventArgs
Occurs when [engine event arguments].