Class ImportData
Inheritance
System.Object
ImportData
Implements
System.Web.UI.ICallbackEventHandler
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(DisplayName = "Import data", Description = "", Area = PlugInArea.AdminMenu, UrlFromUi = "admin/ImportData.aspx", LanguagePath = "/admin/importdata", SortIndex = 200)]
public class ImportData : WebFormsBase, ISupportsScriptManager, ISystemMessageSink, ICallbackEventHandler
Constructors
ImportData()
Declaration
Fields
Declaration
protected ToolButton AbortButton
Field Value
AllowBreakingChangesCheckBox
Declaration
protected CheckBox AllowBreakingChangesCheckBox
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
AllowPageSync
Declaration
protected CheckBox AllowPageSync
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
AutoCorrection
Declaration
protected CheckBox AutoCorrection
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
AutocorrectionArea
Declaration
protected HtmlGenericControl AutocorrectionArea
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
CategoryCount
Declaration
protected Label CategoryCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
contentDataSource
Declaration
protected ContentDataSource contentDataSource
Field Value
ContentTypeCount
Declaration
protected Label ContentTypeCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
DynamicPropertyDefinitionCount
Declaration
protected Label DynamicPropertyDefinitionCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
DynamicPropertyDefinitionCountSection
Declaration
protected HtmlGenericControl DynamicPropertyDefinitionCountSection
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
File1
Declaration
protected HtmlInputFile File1
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputFile |
|
Declaration
protected ToolButton FinshedImportButton
Field Value
FrameCount
Declaration
protected Label FrameCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
ImportFile
Declaration
protected ToolButton ImportFile
Field Value
LanguageList
Declaration
protected RadioButtonList LanguageList
Field Value
Type |
Description |
System.Web.UI.WebControls.RadioButtonList |
|
PageCount
Declaration
protected Label PageCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Declaration
protected PageTreeView PageRoot
Field Value
ProgressPicture
Declaration
protected ThemeImage ProgressPicture
Field Value
ReportView
Declaration
protected PlaceHolder ReportView
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
SelectedContent
Declaration
protected HiddenField SelectedContent
Field Value
Type |
Description |
System.Web.UI.WebControls.HiddenField |
|
TabDefinitionCount
Declaration
protected Label TabDefinitionCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Translate2
Declaration
protected Translate Translate2
Field Value
Translate5
Declaration
protected Translate Translate5
Field Value
UpdateExistingPagesCheckBox
Declaration
protected CheckBox UpdateExistingPagesCheckBox
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
UploadFileView
Declaration
protected PlaceHolder UploadFileView
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
VerifyImportFile
Declaration
protected ToolButton VerifyImportFile
Field Value
VisitorGroupCount
Declaration
protected Label VisitorGroupCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Properties
PageProviderManager
Declaration
protected IContentProviderManager PageProviderManager { get; set; }
Property Value
Methods
Declaration
protected void FinshedImportButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
GetCallbackResult()
Declaration
public string GetCallbackResult()
Returns
Type |
Description |
System.String |
|
ImportFile_Click(Object, EventArgs)
Declaration
protected void ImportFile_Click(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 |
|
RaiseCallbackEvent(String)
Declaration
public void RaiseCallbackEvent(string eventArgument)
Parameters
Type |
Name |
Description |
System.String |
eventArgument |
|
VerifyImportFile_Click(Object, EventArgs)
Declaration
protected void VerifyImportFile_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
System.Web.UI.ICallbackEventHandler
Extension Methods