Show / Hide Table of Contents

Class DnnUrlControl

Inheritance
object
DnnUrlControl
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public abstract class DnnUrlControl : UserControlBase

Constructors

DnnUrlControl()

Declaration
protected DnnUrlControl()

Fields

ErrorRow

Declaration
protected Panel ErrorRow
Field Value
Type Description
Panel

FileRow

Declaration
protected Panel FileRow
Field Value
Type Description
Panel

ImagesRow

Declaration
protected Panel ImagesRow
Field Value
Type Description
Panel

TabRow

Declaration
protected Panel TabRow
Field Value
Type Description
Panel

TypeRow

Declaration
protected Panel TypeRow
Field Value
Type Description
Panel

URLRow

Declaration
protected Panel URLRow
Field Value
Type Description
Panel

UserRow

Declaration
protected Panel UserRow
Field Value
Type Description
Panel

cboImages

Declaration
protected DropDownList cboImages
Field Value
Type Description
DropDownList

cboTabs

Declaration
protected DnnPageDropDownList cboTabs
Field Value
Type Description
DnnPageDropDownList

cboUrls

Declaration
protected DropDownList cboUrls
Field Value
Type Description
DropDownList

chkLog

Declaration
protected CheckBox chkLog
Field Value
Type Description
CheckBox

chkNewWindow

Declaration
protected CheckBox chkNewWindow
Field Value
Type Description
CheckBox

chkTrack

Declaration
protected CheckBox chkTrack
Field Value
Type Description
CheckBox

cmdAdd

Declaration
protected LinkButton cmdAdd
Field Value
Type Description
LinkButton

cmdDelete

Declaration
protected LinkButton cmdDelete
Field Value
Type Description
LinkButton

cmdSelect

Declaration
protected LinkButton cmdSelect
Field Value
Type Description
LinkButton

ctlFile

Declaration
protected DnnFilePickerUploader ctlFile
Field Value
Type Description
DnnFilePickerUploader

lblImages

Declaration
protected Label lblImages
Field Value
Type Description
Label

lblMessage

Declaration
protected Label lblMessage
Field Value
Type Description
Label

lblTab

Declaration
protected Label lblTab
Field Value
Type Description
Label

lblURL

Declaration
protected Label lblURL
Field Value
Type Description
Label

lblURLType

Declaration
protected Label lblURLType
Field Value
Type Description
Label

lblUser

Declaration
protected Label lblUser
Field Value
Type Description
Label

optType

Declaration
protected RadioButtonList optType
Field Value
Type Description
RadioButtonList

txtUrl

Declaration
protected TextBox txtUrl
Field Value
Type Description
TextBox

txtUser

Declaration
protected TextBox txtUser
Field Value
Type Description
TextBox

Properties

FileFilter

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

IncludeActiveTab

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

LocalResourceFile

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

Log

Declaration
public bool Log { get; }
Property Value
Type Description
bool

ModuleID

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

NewWindow

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

Required

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

ShowFiles

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

ShowImages

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

ShowLog

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

ShowNewWindow

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

ShowNone

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

ShowTabs

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

ShowTrack

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

ShowUpLoad

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

ShowUrls

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

ShowUsers

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

Track

Declaration
public bool Track { get; }
Property Value
Type Description
bool

Url

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

UrlType

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

Width

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

Methods

OnInit(EventArgs)

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

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e

OnPreRender(EventArgs)

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

cmdAdd_Click(object, EventArgs)

Declaration
protected void cmdAdd_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdDelete_Click(object, EventArgs)

Declaration
protected void cmdDelete_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdSelect_Click(object, EventArgs)

Declaration
protected void cmdSelect_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

optType_SelectedIndexChanged(object, EventArgs)

Declaration
protected void optType_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS