Class ExpiredPages
Inheritance
System.Object
ExpiredPages
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(Area = PlugInArea.ReportMenu, Category = "pagereports", Description = "expiredpages", DisplayName = "expiredpages", SortIndex = 40, UrlFromUi = "Report/Reports/ExpiredPages.aspx")]
public class ExpiredPages : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
ExpiredPages()
Declaration
Fields
ChangedByCurrentUser
Declaration
protected CheckBox ChangedByCurrentUser
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
EndDate
Declaration
protected InputDate EndDate
Field Value
ExpiredReportData
Declaration
protected ObjectDataSource ExpiredReportData
Field Value
Type |
Description |
System.Web.UI.WebControls.ObjectDataSource |
|
HitsCount
Declaration
protected Literal HitsCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Literal |
|
LanguageDiv
Declaration
protected HtmlGenericControl LanguageDiv
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
LanguageSelector
Declaration
protected DropDownList LanguageSelector
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
PageSizeSelector
Declaration
protected DropDownList PageSizeSelector
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
ReportView
Declaration
protected SortedGridView ReportView
Field Value
StartDate
Declaration
protected InputDate StartDate
Field Value
StartPage
Declaration
protected InputPageReference StartPage
Field Value
Properties
CurrentUserChecked
Declaration
public bool CurrentUserChecked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedRootPage
Declaration
public PageReference SelectedRootPage { get; set; }
Property Value
StartDateValue
Declaration
public DateTime StartDateValue { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StopDateValue
Declaration
public DateTime StopDateValue { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Methods
FormatDateTime(DateTime, String)
Declaration
protected string FormatDateTime(DateTime date, string format)
Parameters
Type |
Name |
Description |
System.DateTime |
date |
|
System.String |
format |
|
Returns
Type |
Description |
System.String |
|
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