Class PublishedPages
Inheritance
System.Object
PublishedPages
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(Area = PlugInArea.ReportMenu, Category = "pagereports", Description = "publishedpages", DisplayName = "publishedpages", SortIndex = 20, UrlFromUi = "Report/Reports/PublishedPages.aspx")]
public class PublishedPages : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
PublishedPages()
Declaration
Fields
ChangedByCurrentUser
Declaration
protected CheckBox ChangedByCurrentUser
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
EndDate
Declaration
protected InputDate EndDate
Field Value
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 |
|
ReportData
Declaration
protected ObjectDataSource ReportData
Field Value
Type |
Description |
System.Web.UI.WebControls.ObjectDataSource |
|
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
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