Class DnnFileUpload
Inheritance
DnnFileUpload
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFileUpload : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer
Constructors
DnnFileUpload()
Declaration
Properties
Height
Declaration
public int Height { get; set; }
Property Value
ModuleId
Declaration
public int ModuleId { set; }
Property Value
Options
Declaration
public DnnFileUploadOptions Options { get; }
Property Value
ParentClientId
Declaration
public string ParentClientId { set; }
Property Value
ShowOnStartup
Declaration
public bool ShowOnStartup { set; }
Property Value
Skin
Declaration
public string Skin { get; set; }
Property Value
SupportHost
Declaration
public bool SupportHost { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value
Methods
GetCurrent(Page)
Declaration
public static DnnFileUpload GetCurrent(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
Returns
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Implements
Extension Methods