Class DnnFolderDropDownList
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFolderDropDownList : DnnDropDownList, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
DnnFolderDropDownList()
Declaration
public DnnFolderDropDownList()
Properties
SelectedFolder
Declaration
[Browsable(false)]
public IFolderInfo SelectedFolder { get; set; }
Property Value
Type | Description |
---|---|
IFolderInfo |
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |