Enum PublishedStateCondition
Describes the different conditions on which the published state of a IContent item can be assessed.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Flags]
public enum PublishedStateCondition
Fields
| Name | Description |
|---|---|
| IgnoreDeleted | The content item should be assessed without checking if the content item is placed in the recycle bin. |
| IgnoreLinkedContentState | The content item should be assessed without assessing the published state of any linked content, i.e. fetched data. |
| IgnorePublishDates | The content item should be assessed without checking the any of the publish dates of the content item. |
| IgnoreStartPublish | The content item should be assessed without checking the start publish date of the content item. |
| IgnoreStopPublish | The content item should be assessed without checking the stop publish date of the content item. |
| None | No specific conditions is used and all different assessments are carried out. |