Class ContentMirroringServiceEdit
Inheritance
System.Object
ContentMirroringServiceEdit
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
CancelButton
Declaration
protected ToolButton CancelButton
Field Value
CancelTheReset
Declaration
protected ToolButton CancelTheReset
Field Value
ContinueOnError
Declaration
protected CheckBox ContinueOnError
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ContinueReset
Declaration
protected ToolButton ContinueReset
Field Value
DeleteButton
Declaration
protected ToolButton DeleteButton
Field Value
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 |
|
FromPageLink
Declaration
protected InputPageReference FromPageLink
Field Value
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
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
Field Value
monitoringTab
Declaration
protected Tab monitoringTab
Field Value
Name
Declaration
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
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Params
Declaration
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
RunAsAnonymousUser
Declaration
protected CheckBox RunAsAnonymousUser
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
SaveButton
Declaration
protected ToolButton SaveButton
Field Value
ScriptDisablePageLeaveEvent1
Declaration
protected ScriptDisablePageLeaveEvent ScriptDisablePageLeaveEvent1
Field Value
ScriptDisablePageLeaveEvent2
Declaration
protected ScriptDisablePageLeaveEvent ScriptDisablePageLeaveEvent2
Field Value
ScriptDisablePageLeaveEvent3
Declaration
protected ScriptDisablePageLeaveEvent ScriptDisablePageLeaveEvent3
Field Value
SendMailMessage
Declaration
protected CheckBox SendMailMessage
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
settingTab
Declaration
Field Value
tabView
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
ToPageLink
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
Translate16
Declaration
protected Translate Translate16
Field Value
Translate17
Declaration
protected Translate Translate17
Field Value
Translate18
Declaration
protected Translate Translate18
Field Value
Translate19
Declaration
protected Translate Translate19
Field Value
Translate20
Declaration
protected Translate Translate20
Field Value
Uri
Declaration
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
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
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 |
|
ValidateFromPageLink(Object, ServerValidateEventArgs)
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 |
|
ValidateToPageLink(Object, ServerValidateEventArgs)
Declaration
protected void ValidateToPageLink(object sender, ServerValidateEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.ServerValidateEventArgs |
e |
|
Implements
Extension Methods