Class ExportData
Inheritance
System.Object
ExportData
Implements
System.Web.UI.ICallbackEventHandler
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(DisplayName = "Export data", Description = "", Area = PlugInArea.AdminMenu, UrlFromUi = "admin/ExportData.aspx", LanguagePath = "/admin/exportdata", SortIndex = 100)]
public class ExportData : WebFormsBase, ISupportsScriptManager, ISystemMessageSink, ICallbackEventHandler
Constructors
ExportData()
Declaration
Fields
Declaration
protected ToolButton AbortButton
Field Value
CategoryCount
Declaration
protected Label CategoryCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
CategoryTree
Declaration
protected InputCategoryTree CategoryTree
Field Value
contentDataSource
Declaration
protected ContentDataSource contentDataSource
Field Value
ContentTypeCount
Declaration
protected Label ContentTypeCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
ContentTypeList
Declaration
protected CheckBoxList ContentTypeList
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBoxList |
|
Declaration
protected ToolButton DownloadExportedFileButton
Field Value
DownloadFileView
Declaration
protected PlaceHolder DownloadFileView
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
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 |
|
DynamicPropertyDefinitionList
Declaration
protected CheckBoxList DynamicPropertyDefinitionList
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBoxList |
|
DynamicPropertyDefinitionSection
Declaration
protected HtmlGenericControl DynamicPropertyDefinitionSection
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected ToolButton ExportButton
Field Value
ExportCategories
Declaration
protected CheckBox ExportCategories
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportCategoriesToggleDisplayer
Declaration
protected ScriptToggleDisplayEvent ExportCategoriesToggleDisplayer
Field Value
ExportContentTypeDependencies
Declaration
protected CheckBox ExportContentTypeDependencies
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportContentTypes
Declaration
protected CheckBox ExportContentTypes
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportContentTypesToggleDisplayer
Declaration
protected ScriptToggleDisplayEvent ExportContentTypesToggleDisplayer
Field Value
ExportDynamicPropertyDefinitions
Declaration
protected CheckBox ExportDynamicPropertyDefinitions
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportDynamicPropertyDefinitionsToggleDisplayer
Declaration
protected ScriptToggleDisplayEvent ExportDynamicPropertyDefinitionsToggleDisplayer
Field Value
ExportFrames
Declaration
protected CheckBox ExportFrames
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportFramesToggleDisplayer
Declaration
protected ScriptToggleDisplayEvent ExportFramesToggleDisplayer
Field Value
ExportHasErrorView
Declaration
protected PlaceHolder ExportHasErrorView
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
ExportPageFiles
Declaration
protected CheckBox ExportPageFiles
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportPages
Declaration
protected CheckBox ExportPages
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportPagesToggleDisplayer
Declaration
protected ScriptToggleDisplayEvent ExportPagesToggleDisplayer
Field Value
ExportPropertySettings
Declaration
protected CheckBox ExportPropertySettings
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportRecursively
Declaration
protected CheckBox ExportRecursively
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportTabDefinitions
Declaration
protected CheckBox ExportTabDefinitions
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportTabDefinitionsToggleDisplayer
Declaration
protected ScriptToggleDisplayEvent ExportTabDefinitionsToggleDisplayer
Field Value
ExportVisitorGroups
Declaration
protected CheckBox ExportVisitorGroups
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
ExportVisitorGroupsLbl
Declaration
protected Label ExportVisitorGroupsLbl
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
ExportVisitorGroupsToggleDisplayer
Declaration
protected ScriptToggleDisplayEvent ExportVisitorGroupsToggleDisplayer
Field Value
Declaration
protected ListBuilder FileInput
Field Value
Declaration
protected ToolButton FinshedExportButton
Field Value
FrameCount
Declaration
protected Label FrameCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
FrameList
Declaration
protected CheckBoxList FrameList
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBoxList |
|
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
ProgressView
Declaration
protected PlaceHolder ProgressView
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 |
|
TabDefinitionList
Declaration
protected CheckBoxList TabDefinitionList
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBoxList |
|
Declaration
protected ToolButton TestExportButton
Field Value
toggleDisplayCommon
Declaration
protected ScriptSettings toggleDisplayCommon
Field Value
Translate2
Declaration
protected Translate Translate2
Field Value
VisitorGroupCount
Declaration
protected Label VisitorGroupCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
VisitorGroupsList
Declaration
protected CheckBoxList VisitorGroupsList
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBoxList |
|
Methods
Declaration
protected void DownloadExportedFileButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Encode_List(Object, EventArgs)
Declaration
protected void Encode_List(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Export(String)
Declaration
protected void Export(string exportType)
Parameters
Type |
Name |
Description |
System.String |
exportType |
|
Declaration
protected void Exportbutton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
ExportThread(Object)
Declaration
protected void ExportThread(object state)
Parameters
Type |
Name |
Description |
System.Object |
state |
|
Declaration
protected void FinshedExportButton_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 |
|
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 |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Declaration
protected void TestExportbutton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
System.Web.UI.ICallbackEventHandler
Extension Methods