SaaS CMS has officially launched! Learn more now.

Class FileSaveAs

Inheritance
System.Object
FileSaveAs
Namespace: EPiServer.UI.Edit.ImageEditor
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class FileSaveAs : ContentWebFormsBase, ISupportsScriptManager, ISystemMessageSink, IContentSource

Constructors

FileSaveAs()

Declaration
public FileSaveAs()

Fields

AdditionalPageCount

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

AutoSavePanel

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

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

ConfirmReplaceText

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

ErrorLabel

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

FileManagerSaving

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

FileNameRegexValidator

Declaration
protected RegularExpressionValidator FileNameRegexValidator
Field Value
Type Description
System.Web.UI.WebControls.RegularExpressionValidator

FileNameValidator

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

ImageExtension

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

OkButton

Declaration
protected ToolButton OkButton
Field Value
Type Description
ToolButton

ReferencingContentArea

Declaration
protected HtmlGenericControl ReferencingContentArea
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

ReferencingPages

Declaration
protected Repeater ReferencingPages
Field Value
Type Description
System.Web.UI.WebControls.Repeater

SaveButton

Declaration
protected ToolButton SaveButton
Field Value
Type Description
ToolButton

TxtFileName

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

Properties

ContentLoader

Declaration
protected virtual Injected<IContentLoader> ContentLoader { get; set; }
Property Value
Type Description
Injected<IContentLoader>

CurrentContent

Declaration
public override IContent CurrentContent { get; set; }
Property Value
Type Description
IContent
Overrides
Declaration
protected ContentReference ParentLink { get; }
Property Value
Type Description
ContentReference

TargetPath

Declaration
protected string TargetPath { get; set; }
Property Value
Type Description
System.String

Methods

AutoSaveFile_Click(Object, EventArgs)

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

FileNameValidator_ServerValidate(Object, ServerValidateEventArgs)

Declaration
protected void FileNameValidator_ServerValidate(object source, ServerValidateEventArgs args)
Parameters
Type Name Description
System.Object source
System.Web.UI.WebControls.ServerValidateEventArgs args

OnLoad(EventArgs)

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

SaveFile_Click(Object, EventArgs)

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

Implements

Extension Methods