AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSNavigationEngine..::..GetNavigations Method (Int32, Int32, Boolean)

Gets a list of navigations for a specific domain and language

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

Syntax


public List<Navigation> GetNavigations(
	int domainId,
	int languageId,
	bool fillAllProperties
)

Parameters

domainId
Type: Int32
int Id of domain
languageId
Type: Int32
int Id of language
fillAllProperties
Type: Boolean
bool to determine if the entire navigation should be populated (larger db call)

Return Value

A List of Navigations