Try our conversational search powered by Generative AI!

Class ViewChangeLog

Inheritance
System.Object
ViewChangeLog
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(DisplayName = "Change Log", Description = "", Area = PlugInArea.AdminMenu, UrlFromUi = "admin/ViewChangeLog.aspx", LanguagePath = "/admin/viewchangelog", SortIndex = 400)]
public class ViewChangeLog : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

ViewChangeLog()

Declaration
public ViewChangeLog()

Fields

ActionDropDown

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

ArchiveCheckBox

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

CategoryDropDown

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

ChangedByTextBox

Declaration
protected TextBox ChangedByTextBox
Field Value
Type Description
System.Web.UI.WebControls.TextBox

ChangeFromDate

Declaration
protected InputDate ChangeFromDate
Field Value
Type Description
InputDate

ChangeToDate

Declaration
protected InputDate ChangeToDate
Field Value
Type Description
InputDate

DataRepeater

Declaration
protected Repeater DataRepeater
Field Value
Type Description
System.Web.UI.WebControls.Repeater

MaxItemsRangeValidator

Declaration
protected RangeValidator MaxItemsRangeValidator
Field Value
Type Description
System.Web.UI.WebControls.RangeValidator

MaxItemsTextBox

Declaration
protected TextBox MaxItemsTextBox
Field Value
Type Description
System.Web.UI.WebControls.TextBox

NextButton

Declaration
protected ToolButton NextButton
Field Value
Type Description
ToolButton

PrevButton

Declaration
protected ToolButton PrevButton
Field Value
Type Description
ToolButton

ReadButton

Declaration
protected ToolButton ReadButton
Field Value
Type Description
ToolButton

StartSeqCustomValidator

Declaration
protected CustomValidator StartSeqCustomValidator
Field Value
Type Description
System.Web.UI.WebControls.CustomValidator

StartSeqTextBox

Declaration
protected TextBox StartSeqTextBox
Field Value
Type Description
System.Web.UI.WebControls.TextBox

Methods

CategoryDropDown_SelectedIndexChanged(Object, EventArgs)

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

GetActionName(Object)

Declaration
protected string GetActionName(object item)
Parameters
Type Name Description
System.Object item
Returns
Type Description
System.String

GetActivityTypeName(Object)

Declaration
protected string GetActivityTypeName(object item)
Parameters
Type Name Description
System.Object item
Returns
Type Description
System.String

GetExtendedData(Object)

Declaration
protected string GetExtendedData(object item)
Parameters
Type Name Description
System.Object item
Returns
Type Description
System.String

NextButton_Click(Object, EventArgs)

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

Page_Load(Object, EventArgs)

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

PrevButton_Click(Object, EventArgs)

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

ReadButton_Click(Object, EventArgs)

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

StartSeq_Validate(Object, ServerValidateEventArgs)

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

Implements

Extension Methods