Try our conversational search powered by Generative AI!

Class ChangedPages

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

Constructors

ChangedPages()

Declaration
public ChangedPages()

Fields

ChangedByCurrentUser

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

ChangedReport

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

DateDash

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

EndDateSelector

Declaration
protected InputDate EndDateSelector
Field Value
Type Description
InputDate

HitsCount

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

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

PageSizeSelector

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

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

TimePeriod

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

Properties

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

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

TimePeriod_Changed(Object, EventArgs)

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

Implements

Extension Methods