Set or get the level of "publish status" filtering that will be done.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
C# |
---|
[BrowsableAttribute(false)] [DefaultValueAttribute("Published")] 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.