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.3Syntax
public sealed class PagePublishedStatus : EnumFields
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 IgnoreField 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 PublishedField 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 PublishedIgnoreDatesField 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 PublishedIgnoreStopPublishField Value
| Type | Description | 
|---|---|
| PagePublishedStatus | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
