Class DnnFilePicker
Inheritance
DnnFilePicker
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFilePicker : CompositeControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, ICompositeControlDesignerAccessor, ILocalizable
Constructors
DnnFilePicker()
Declaration
Properties
CommandCssClass
Declaration
public string CommandCssClass { get; set; }
Property Value
FileFilter
Declaration
public string FileFilter { get; set; }
Property Value
FileID
Declaration
public int FileID { get; set; }
Property Value
FilePath
Declaration
public string FilePath { get; set; }
Property Value
IsHost
Declaration
protected bool IsHost { get; }
Property Value
LabelCssClass
Declaration
public string LabelCssClass { get; set; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Localize
Declaration
public bool Localize { get; set; }
Property Value
MaxHeight
Declaration
public int MaxHeight { get; set; }
Property Value
MaxWidth
Declaration
public int MaxWidth { get; set; }
Property Value
Mode
Declaration
protected DnnFilePicker.FileControlMode Mode { get; set; }
Property Value
ParentFolder
Declaration
protected string ParentFolder { get; }
Property Value
Permissions
Declaration
public string Permissions { get; set; }
Property Value
PortalId
Declaration
protected int PortalId { get; }
Property Value
PortalSettings
Declaration
protected PortalSettings PortalSettings { get; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
ShowFolders
Declaration
public bool ShowFolders { get; set; }
Property Value
ShowUpLoad
Declaration
public bool ShowUpLoad { get; set; }
Property Value
UsePersonalFolder
Declaration
public bool UsePersonalFolder { get; set; }
Property Value
User
Declaration
public UserInfo User { get; set; }
Property Value
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
LocalizeStrings()
Declaration
public virtual void LocalizeStrings()
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