AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSNavigationEngine..::..GetNavigationByNavigationPageID Method

Gets the navigation by navigation page identifier.

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

Syntax


public Navigation GetNavigationByNavigationPageID(
	int navigationPageId,
	int domainId,
	int languageId
)

Parameters

navigationPageId
Type: Int32
The navigation page identifier.
domainId
Type: Int32
The domain identifier.
languageId
Type: Int32
The language identifier.

Return Value

Navigation.