Show / Hide Table of Contents

Class DnnFileEditControl

Inheritance
object
DnnFileEditControl
DnnImageEditControl
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFileEditControl : IntegerEditControl

Constructors

DnnFileEditControl()

Declaration
public DnnFileEditControl()

Properties

FileFilter

Declaration
public string FileFilter { get; set; }
Property Value
Type Description
string

FilePath

Declaration
public string FilePath { get; set; }
Property Value
Type Description
string

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

LoadPostData(string, NameValueCollection)

Declaration
public override bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type Name Description
string postDataKey
NameValueCollection postCollection
Returns
Type Description
bool

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e

RenderEditMode(HtmlTextWriter)

Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS