AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantagePageTemplate..::..GetNavigations Method

Multiple Enums can be used. ie. GetNavigations(eNavigationSelector.VisibleInMenu | eNavigationSelector.VisibleInMenu)

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public List<Navigation> GetNavigations(
	eNavigationSelector selectors
)

Parameters

selectors
Type: AdvantageCMS.Core.Common.Enums..::..eNavigationSelector
The selectors.

Return Value

List<Navigation>.