Show / Hide Table of Contents

Class DnnFilePicker

Inheritance
object
Control
WebControl
CompositeControl
DnnFilePicker
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
INamingContainer
ICompositeControlDesignerAccessor
ILocalizable
Inherited Members
CompositeControl.DataBind()
CompositeControl.RecreateChildControls()
CompositeControl.Render(HtmlTextWriter)
CompositeControl.Controls
CompositeControl.SupportsDisabledAttribute
WebControl.AddAttributesToRender(HtmlTextWriter)
WebControl.ApplyStyle(Style)
WebControl.CopyBaseAttributes(WebControl)
WebControl.CreateControlStyle()
WebControl.LoadViewState(object)
WebControl.TrackViewState()
WebControl.MergeStyle(Style)
WebControl.RenderBeginTag(HtmlTextWriter)
WebControl.RenderEndTag(HtmlTextWriter)
WebControl.RenderContents(HtmlTextWriter)
WebControl.SaveViewState()
WebControl.AccessKey
WebControl.Attributes
WebControl.BackColor
WebControl.BorderColor
WebControl.BorderWidth
WebControl.BorderStyle
WebControl.ControlStyle
WebControl.ControlStyleCreated
WebControl.CssClass
WebControl.DisabledCssClass
WebControl.Style
WebControl.Enabled
WebControl.EnableTheming
WebControl.Font
WebControl.ForeColor
WebControl.HasAttributes
WebControl.Height
WebControl.IsEnabled
WebControl.SkinID
WebControl.TabIndex
WebControl.TagKey
WebControl.TagName
WebControl.ToolTip
WebControl.Width
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnLoad(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFilePicker : CompositeControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, ICompositeControlDesignerAccessor, ILocalizable

Constructors

DnnFilePicker()

Declaration
public DnnFilePicker()

Properties

CommandCssClass

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

FileFilter

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

FileID

Declaration
public int FileID { get; set; }
Property Value
Type Description
int

FilePath

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

IsHost

Declaration
protected bool IsHost { get; }
Property Value
Type Description
bool

LabelCssClass

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

LocalResourceFile

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

Localize

Declaration
public bool Localize { get; set; }
Property Value
Type Description
bool

MaxHeight

Declaration
public int MaxHeight { get; set; }
Property Value
Type Description
int

MaxWidth

Declaration
public int MaxWidth { get; set; }
Property Value
Type Description
int

Mode

Declaration
protected DnnFilePicker.FileControlMode Mode { get; set; }
Property Value
Type Description
DnnFilePicker.FileControlMode

ParentFolder

Declaration
protected string ParentFolder { get; }
Property Value
Type Description
string

Permissions

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

PortalId

Declaration
protected int PortalId { get; }
Property Value
Type Description
int

PortalSettings

Declaration
protected PortalSettings PortalSettings { get; }
Property Value
Type Description
PortalSettings

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool

ShowFolders

Declaration
public bool ShowFolders { get; set; }
Property Value
Type Description
bool

ShowUpLoad

Declaration
public bool ShowUpLoad { get; set; }
Property Value
Type Description
bool

UsePersonalFolder

Declaration
public bool UsePersonalFolder { get; set; }
Property Value
Type Description
bool

User

Declaration
public UserInfo User { get; set; }
Property Value
Type Description
UserInfo

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()
Overrides
Control.CreateChildControls()

LocalizeStrings()

Declaration
public virtual void LocalizeStrings()

OnInit(EventArgs)

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

OnPreRender(EventArgs)

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

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
INamingContainer
ICompositeControlDesignerAccessor
ILocalizable

Extension Methods

JsonExtensionsWeb.ToJson(object)
WebControlExtensions.AddCssClass(WebControl, string)
WebControlExtensions.RemoveCssClass(WebControl, string)
Back to top by the community, for the community... #DNNCMS