Class PublishedStateCondition
Describes the different conditions on which the published state of a IContent item can be assessed.
Inheritance
System.Object
    PublishedStateCondition
  Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class PublishedStateCondition : EnumFields
IgnoreDeleted
The content item should be assessed without checking if the content item is placed in the recycle bin.
Declaration
public const PublishedStateCondition IgnoreDeletedField Value
| Type | Description | 
|---|---|
| PublishedStateCondition | 
IgnoreLinkedContentState
The content item should be assessed without assessing the published state of any linked content, i.e. fetched data.
Declaration
public const PublishedStateCondition IgnoreLinkedContentStateField Value
| Type | Description | 
|---|---|
| PublishedStateCondition | 
IgnorePublishDates
The content item should be assessed without checking the any of the publish dates of the content item.
Declaration
public const PublishedStateCondition IgnorePublishDatesField Value
| Type | Description | 
|---|---|
| PublishedStateCondition | 
IgnoreStartPublish
The content item should be assessed without checking the start publish date of the content item.
Declaration
public const PublishedStateCondition IgnoreStartPublishField Value
| Type | Description | 
|---|---|
| PublishedStateCondition | 
IgnoreStopPublish
The content item should be assessed without checking the stop publish date of the content item.
Declaration
public const PublishedStateCondition IgnoreStopPublishField Value
| Type | Description | 
|---|---|
| PublishedStateCondition | 
None
No specific conditions is used and all different assessments are carried out.
Declaration
public const PublishedStateCondition NoneField Value
| Type | Description | 
|---|---|
| PublishedStateCondition | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
