Try our conversational search powered by Generative AI!

Class ExportData

Inheritance
System.Object
ExportData
Implements
System.Web.UI.ICallbackEventHandler
Namespace: EPiServer.UI.Admin
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
public ExportData()

Fields

AbortButton

Declaration
protected ToolButton AbortButton
Field Value
Type Description
ToolButton

CategoryCount

Declaration
protected Label CategoryCount
Field Value
Type Description
System.Web.UI.WebControls.Label

CategoryTree

Declaration
protected InputCategoryTree CategoryTree
Field Value
Type Description
InputCategoryTree

contentDataSource

Declaration
protected ContentDataSource contentDataSource
Field Value
Type Description
ContentDataSource

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

DownloadExportedFileButton

Declaration
protected ToolButton DownloadExportedFileButton
Field Value
Type Description
ToolButton

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

ExportButton

Declaration
protected ToolButton ExportButton
Field Value
Type Description
ToolButton

ExportCategories

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

ExportCategoriesToggleDisplayer

Declaration
protected ScriptToggleDisplayEvent ExportCategoriesToggleDisplayer
Field Value
Type Description
ScriptToggleDisplayEvent

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
Type Description
ScriptToggleDisplayEvent

ExportDynamicPropertyDefinitions

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

ExportDynamicPropertyDefinitionsToggleDisplayer

Declaration
protected ScriptToggleDisplayEvent ExportDynamicPropertyDefinitionsToggleDisplayer
Field Value
Type Description
ScriptToggleDisplayEvent

ExportFrames

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

ExportFramesToggleDisplayer

Declaration
protected ScriptToggleDisplayEvent ExportFramesToggleDisplayer
Field Value
Type Description
ScriptToggleDisplayEvent

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
Type Description
ScriptToggleDisplayEvent

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
Type Description
ScriptToggleDisplayEvent

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
Type Description
ScriptToggleDisplayEvent

FileInput

Declaration
protected ListBuilder FileInput
Field Value
Type Description
ListBuilder

FinshedExportButton

Declaration
protected ToolButton FinshedExportButton
Field Value
Type Description
ToolButton

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

PageRoot

Declaration
protected PageTreeView PageRoot
Field Value
Type Description
PageTreeView

ProgressPicture

Declaration
protected ThemeImage ProgressPicture
Field Value
Type Description
ThemeImage

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

TestExportButton

Declaration
protected ToolButton TestExportButton
Field Value
Type Description
ToolButton

toggleDisplayCommon

Declaration
protected ScriptSettings toggleDisplayCommon
Field Value
Type Description
ScriptSettings

Translate2

Declaration
protected Translate Translate2
Field Value
Type Description
Translate

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

DownloadExportedFileButton_Click(Object, EventArgs)

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

Exportbutton_Click(Object, EventArgs)

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

FinshedExportButton_Click(Object, EventArgs)

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

TestExportbutton_Click(Object, EventArgs)

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