eNavigationSelector Enumeration
XOR based enumeration used in requesting a List of navigations
Namespace:
AdvantageCMS.Core.Common.EnumsC#
var _navigations = GetNavigations(eNavigationSelector.VisibleInMenu | eNavigationSelector.FillAllProperties);Assembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Members
| Member name | Description | |
|---|---|---|
| All | Return all navigation nodes without filtering. | |
| VisibleInMenu | Include only nodes visible in the main navigation menu. | |
| VisibleInMobileMenu | Include only nodes visible in the mobile navigation menu. | |
| VisibleInSiteMap | Include only nodes visible in the site map. | |
| FillAllProperties | Populate all properties on the returned navigation objects. |

