CMSHandlerResolver..::..GetNavigationHandler Method
Returns the resolved Navigation lifecycle handler for the given domain, or null if
the domain has not configured one, the class cannot be resolved, or instantiation fails.
Namespace:
AdvantageCMS.Core.Admin.ExtensibilityAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static NavigationLifecycleHandler GetNavigationHandler( int domainId, SQL sql, CMSUser user, int languageId )
Parameters
- domainId
- Type: Int32
- sql
- Type: AdvantageCMS.Data..::..SQL
- user
- Type: CMSUser
- languageId
- Type: Int32

