Class DnnFilePickerUploader
Inheritance
DnnFilePickerUploader
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFilePickerUploader : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IFilePickerUploader
Constructors
DnnFilePickerUploader()
Declaration
public DnnFilePickerUploader()
Fields
FileUploadControl
Declaration
protected DnnFileUpload FileUploadControl
Field Value
FilesComboBox
Declaration
protected DnnFileDropDownList FilesComboBox
Field Value
FoldersComboBox
Declaration
protected DnnFolderDropDownList FoldersComboBox
Field Value
FoldersLabel
Declaration
protected Label FoldersLabel
Field Value
Properties
DropFileLabel
Declaration
protected string DropFileLabel { get; }
Property Value
FileFilter
Declaration
public string FileFilter { get; set; }
Property Value
FileID
Declaration
public int FileID { get; set; }
Property Value
FileLabel
Declaration
protected string FileLabel { get; }
Property Value
FilePath
Declaration
public string FilePath { get; set; }
Property Value
FolderLabel
Declaration
protected string FolderLabel { get; }
Property Value
FolderPath
Declaration
public string FolderPath { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
SupportHost
Declaration
public bool SupportHost { get; set; }
Property Value
UploadFileLabel
Declaration
protected string UploadFileLabel { get; }
Property Value
UsePersonalFolder
Declaration
public bool UsePersonalFolder { get; set; }
Property Value
User
Declaration
public UserInfo User { get; set; }
Property Value
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Implements
Extension Methods