AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSNavigationEngine..::..GetNavigationByID Method

Returns a Single Navigation based on domain and language and navigationId

Namespace:  AdvantageCMS.Core.Admin.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public Navigation GetNavigationByID(
	int navigationId,
	int domainId,
	int languageId,
	ActionArgs e
)

Parameters

navigationId
Type: Int32
int Id of navigation
domainId
Type: Int32
int Id of domain
languageId
Type: Int32
int Id of language
e
Type: AdvantageCMS.Core.Admin.Event..::..ActionArgs
The e.

Return Value

A Navigation