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 : Enum
Fields
IgnoreDeleted
The content item should be assessed without checking if the content item is placed in the recycle bin.
Declaration
public const PublishedStateCondition IgnoreDeleted
Field 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 IgnoreLinkedContentState
Field 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 IgnorePublishDates
Field 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 IgnoreStartPublish
Field 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 IgnoreStopPublish
Field Value
Type | Description |
---|---|
PublishedStateCondition |
None
No specific conditions is used and all different assessments are carried out.
Declaration
public const PublishedStateCondition None
Field Value
Type | Description |
---|---|
PublishedStateCondition |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |