Try our conversational search powered by Generative AI!

Class ContentMirroringServiceEdit

Inheritance
System.Object
ContentMirroringServiceEdit
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ContentMirroringServiceEdit : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

ContentMirroringServiceEdit()

Declaration
public ContentMirroringServiceEdit()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

CancelTheReset

Declaration
protected ToolButton CancelTheReset
Field Value
Type Description
ToolButton

ContinueOnError

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

ContinueReset

Declaration
protected ToolButton ContinueReset
Field Value
Type Description
ToolButton

DeleteButton

Declaration
protected ToolButton DeleteButton
Field Value
Type Description
ToolButton

EmailAddressValidation

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

Enabled

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

EndpointUriValidator

Declaration
protected CustomValidator EndpointUriValidator
Field Value
Type Description
System.Web.UI.WebControls.CustomValidator
Declaration
protected InputPageReference FromPageLink
Field Value
Type Description
InputPageReference

FromPageLinkValidator

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

generalmonitoring

Declaration
protected Panel generalmonitoring
Field Value
Type Description
System.Web.UI.WebControls.Panel

ImpersonateUserName

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

IncludeRoot

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

Log

Declaration
protected Panel Log
Field Value
Type Description
System.Web.UI.WebControls.Panel

MailAddress

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

messageTab

Declaration
protected Tab messageTab
Field Value
Type Description
Tab

monitoringTab

Declaration
protected Tab monitoringTab
Field Value
Type Description
Tab

Name

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

notificationLbl

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

Panel1

Declaration
protected Panel Panel1
Field Value
Type Description
System.Web.UI.WebControls.Panel

Params

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

RequiredNameCheck

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

resetPanel

Declaration
protected Panel resetPanel
Field Value
Type Description
System.Web.UI.WebControls.Panel

ResetStateButton

Declaration
protected ToolButton ResetStateButton
Field Value
Type Description
ToolButton

RunAsAnonymousUser

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

SaveButton

Declaration
protected ToolButton SaveButton
Field Value
Type Description
ToolButton

ScriptDisablePageLeaveEvent1

Declaration
protected ScriptDisablePageLeaveEvent ScriptDisablePageLeaveEvent1
Field Value
Type Description
ScriptDisablePageLeaveEvent

ScriptDisablePageLeaveEvent2

Declaration
protected ScriptDisablePageLeaveEvent ScriptDisablePageLeaveEvent2
Field Value
Type Description
ScriptDisablePageLeaveEvent

ScriptDisablePageLeaveEvent3

Declaration
protected ScriptDisablePageLeaveEvent ScriptDisablePageLeaveEvent3
Field Value
Type Description
ScriptDisablePageLeaveEvent

SendMailMessage

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

settingTab

Declaration
protected Tab settingTab
Field Value
Type Description
Tab

tabView

Declaration
protected Panel tabView
Field Value
Type Description
System.Web.UI.WebControls.Panel
Declaration
protected TextBox ToPageLink
Field Value
Type Description
System.Web.UI.WebControls.TextBox

ToPageLinkValidator

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

Translate15

Declaration
protected Translate Translate15
Field Value
Type Description
Translate

Translate16

Declaration
protected Translate Translate16
Field Value
Type Description
Translate

Translate17

Declaration
protected Translate Translate17
Field Value
Type Description
Translate

Translate18

Declaration
protected Translate Translate18
Field Value
Type Description
Translate

Translate19

Declaration
protected Translate Translate19
Field Value
Type Description
Translate

Translate20

Declaration
protected Translate Translate20
Field Value
Type Description
Translate

Uri

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

UseDefaultEndpointAdress

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

ValidateSystem

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

validateSystemBtn

Declaration
protected ToolButton validateSystemBtn
Field Value
Type Description
ToolButton

Properties

ContextID

Declaration
public string ContextID { get; }
Property Value
Type Description
System.String

Methods

CancelForm(Object, EventArgs)

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

CancelReset(Object, EventArgs)

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

ContinueWithReset(Object, EventArgs)

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

DeleteForm(Object, EventArgs)

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

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnSendMailMessageChanged(Object, EventArgs)

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

OnUseDefaultEndpointAdressCheckedChanged(Object, EventArgs)

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

Reset(Object, EventArgs)

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

RunAsAnonymousUserChanged(Object, EventArgs)

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

Save()

Declaration
protected bool Save()
Returns
Type Description
System.Boolean

SaveForm(Object, EventArgs)

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

ValidateEmailAddress(Object, ServerValidateEventArgs)

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

ValidateEndpointUri(Object, ServerValidateEventArgs)

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

ValidateName(Object, ServerValidateEventArgs)

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

Validatesystem_Click(Object, EventArgs)

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

Implements

Extension Methods