Class ContentProviderMirroring
Inheritance
System.Object
ContentProviderMirroring
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(DisplayName = "Content mirroring", Description = "", Area = PlugInArea.AdminConfigMenu, UrlFromUi = "admin/ContentProviderMirroring.aspx", LanguagePath = "/admin/contentprovidermirroring", DefaultEnabled = true)]
public class ContentProviderMirroring : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
ContentProviderMirroring()
Declaration
public ContentProviderMirroring()
Fields
listPanel
Declaration
protected Panel listPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
MirroringList
Declaration
protected Repeater MirroringList
Field Value
Type |
Description |
System.Web.UI.WebControls.Repeater |
|
ToolButton3
Declaration
protected ToolButton ToolButton3
Field Value
Methods
CheckState(MirroringData)
Declaration
protected string CheckState(MirroringData data)
Parameters
Returns
Type |
Description |
System.String |
|
GetLastExecutionDate(MirroringData)
Declaration
protected string GetLastExecutionDate(MirroringData data)
Parameters
Returns
Type |
Description |
System.String |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnSelectedType(Object, EventArgs)
Declaration
protected void OnSelectedType(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
Extension Methods