Set or get the level of "publish status" filtering that will be done.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[DefaultValueAttribute("Published")] [BrowsableAttribute(false)] public PagePublishedStatus PublishedStatus { get; set; } |
Remarks
By default it will be set to Published, i e only pages that are
published and is within the valid publish date range will be included.