AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

eNavigationStatus Enumeration

Represents the publishing status of a navigation node.

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

Syntax


[SerializableAttribute]
[DataContractAttribute]
public enum eNavigationStatus

Members


Member nameDescription
InActive The navigation node is inactive and not visible.
Draft The navigation node is in draft state and not yet published.
Published The navigation node is published and visible on the live site.
Historical The navigation node is a historical version, no longer active.
Redirect The navigation node redirects to another URL or node.