SaaS CMS has officially launched! Learn more now.

Class PagePublishedStatus

Determine the level of filtering that should be applied by the FilterPublish filter.

Inheritance
System.Object
PagePublishedStatus
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class PagePublishedStatus : Enum

Fields

Ignore

Always include page, regardless of pending publish or publish dates. Useful for system level functions, but not applicable for user level listings.

Declaration
public const PagePublishedStatus Ignore
Field Value
Type Description
PagePublishedStatus

Published

Include page if it has been published and current time is between start publish and stop publish. This is the normal case.

Declaration
public const PagePublishedStatus Published
Field Value
Type Description
PagePublishedStatus

PublishedIgnoreDates

Include page if it has been published, but ignore publish dates. Do not use unless you know what you are doing.

Declaration
public const PagePublishedStatus PublishedIgnoreDates
Field Value
Type Description
PagePublishedStatus

PublishedIgnoreStopPublish

Include page if it has been published and current time is past its start publish date. May be useful for news archives etc. where you want the information to be permanently visible.

Declaration
public const PagePublishedStatus PublishedIgnoreStopPublish
Field Value
Type Description
PagePublishedStatus

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods