Try our conversational search powered by Generative AI!

Class NotPublishedPages

Inheritance
System.Object
NotPublishedPages
Namespace: EPiServer.UI.Report.Reports
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(Area = PlugInArea.ReportMenu, Category = "pagereports", Description = "notpublishedpages", DisplayName = "notpublishedpages", SortIndex = 10, UrlFromUi = "Report/Reports/NotPublishedPages.aspx")]
public class NotPublishedPages : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

NotPublishedPages()

Declaration
public NotPublishedPages()

Fields

ChangedByCurrentUser

Declaration
protected CheckBox ChangedByCurrentUser
Field Value
Type Description
System.Web.UI.WebControls.CheckBox

EndDateSelector

Declaration
protected InputDate EndDateSelector
Field Value
Type Description
InputDate

HitsCount

Declaration
protected Literal HitsCount
Field Value
Type Description
System.Web.UI.WebControls.Literal

LanguageLabel

Declaration
protected Label LanguageLabel
Field Value
Type Description
System.Web.UI.WebControls.Label

LanguageSelectionContainer

Declaration
protected HtmlGenericControl LanguageSelectionContainer
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

LanguageSelector

Declaration
protected DropDownList LanguageSelector
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

NotReadyToPublish

Declaration
protected RadioButton NotReadyToPublish
Field Value
Type Description
System.Web.UI.WebControls.RadioButton

PageSizeSelector

Declaration
protected DropDownList PageSizeSelector
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

PublishReport

Declaration
protected ObjectDataSource PublishReport
Field Value
Type Description
System.Web.UI.WebControls.ObjectDataSource

ReadyToPublishButton

Declaration
protected RadioButton ReadyToPublishButton
Field Value
Type Description
System.Web.UI.WebControls.RadioButton

ReportView

Declaration
protected SortedGridView ReportView
Field Value
Type Description
SortedGridView

StartDateSelector

Declaration
protected InputDate StartDateSelector
Field Value
Type Description
InputDate

StartPageSelector

Declaration
protected InputPageReference StartPageSelector
Field Value
Type Description
InputPageReference

Properties

ContentVersionRepository

Declaration
protected IContentVersionRepository ContentVersionRepository { get; set; }
Property Value
Type Description
IContentVersionRepository

EndDate

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

IsChangedByCurrentUser

Declaration
public bool IsChangedByCurrentUser { get; set; }
Property Value
Type Description
System.Boolean

IsReadyToPublish

Declaration
public bool IsReadyToPublish { get; set; }
Property Value
Type Description
System.Boolean

LanguageId

Declaration
public string LanguageId { get; set; }
Property Value
Type Description
System.String

RootPage

Declaration
public PageReference RootPage { get; set; }
Property Value
Type Description
PageReference

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

ReportData_ObjectCreating(Object, ObjectDataSourceEventArgs)

Declaration
protected void ReportData_ObjectCreating(object sender, ObjectDataSourceEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.ObjectDataSourceEventArgs e

ReportData_Selected(Object, ObjectDataSourceStatusEventArgs)

Declaration
protected void ReportData_Selected(object sender, ObjectDataSourceStatusEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs e

SetTime_Click(Object, CommandEventArgs)

Declaration
protected void SetTime_Click(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

ShowReport_Click(Object, EventArgs)

Declaration
protected void ShowReport_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Implements

Extension Methods