AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ePublishStatus Enumeration

Represents the publish status of a business object in the CMS workflow.

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

Syntax


[SerializableAttribute]
[FlagsAttribute]
public enum ePublishStatus

Members


Member nameDescription
NoRecord No record exists for this object.
Draft The object is in draft state and not yet published.
Live The object is published and live on the site.
Historical The object is a historical version, superseded by a newer publish.