Class DnnUrlControl
Inheritance
DnnUrlControl
Assembly: DotNetNuke.Web.dll
Syntax
public abstract class DnnUrlControl : UserControlBase
Constructors
DnnUrlControl()
Declaration
protected DnnUrlControl()
Fields
ErrorRow
Declaration
Field Value
FileRow
Declaration
Field Value
ImagesRow
Declaration
protected Panel ImagesRow
Field Value
TabRow
Declaration
Field Value
TypeRow
Declaration
Field Value
URLRow
Declaration
Field Value
UserRow
Declaration
Field Value
cboImages
Declaration
protected DropDownList cboImages
Field Value
cboTabs
Declaration
protected DnnPageDropDownList cboTabs
Field Value
cboUrls
Declaration
protected DropDownList cboUrls
Field Value
chkLog
Declaration
protected CheckBox chkLog
Field Value
chkNewWindow
Declaration
protected CheckBox chkNewWindow
Field Value
chkTrack
Declaration
protected CheckBox chkTrack
Field Value
cmdAdd
Declaration
protected LinkButton cmdAdd
Field Value
cmdDelete
Declaration
protected LinkButton cmdDelete
Field Value
cmdSelect
Declaration
protected LinkButton cmdSelect
Field Value
ctlFile
Declaration
protected DnnFilePickerUploader ctlFile
Field Value
lblImages
Declaration
protected Label lblImages
Field Value
lblMessage
Declaration
protected Label lblMessage
Field Value
lblTab
Declaration
Field Value
lblURL
Declaration
Field Value
lblURLType
Declaration
protected Label lblURLType
Field Value
lblUser
Declaration
Field Value
optType
Declaration
protected RadioButtonList optType
Field Value
txtUrl
Declaration
Field Value
txtUser
Declaration
protected TextBox txtUser
Field Value
Properties
FileFilter
Declaration
public string FileFilter { get; set; }
Property Value
IncludeActiveTab
Declaration
public bool IncludeActiveTab { get; set; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Log
Declaration
Property Value
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
NewWindow
Declaration
public bool NewWindow { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
ShowFiles
Declaration
public bool ShowFiles { get; set; }
Property Value
ShowImages
Declaration
public bool ShowImages { get; set; }
Property Value
ShowLog
Declaration
public bool ShowLog { get; set; }
Property Value
ShowNewWindow
Declaration
public bool ShowNewWindow { get; set; }
Property Value
ShowNone
Declaration
public bool ShowNone { get; set; }
Property Value
ShowTabs
Declaration
public bool ShowTabs { get; set; }
Property Value
ShowTrack
Declaration
public bool ShowTrack { get; set; }
Property Value
ShowUpLoad
Declaration
public bool ShowUpLoad { get; set; }
Property Value
ShowUrls
Declaration
public bool ShowUrls { get; set; }
Property Value
ShowUsers
Declaration
public bool ShowUsers { get; set; }
Property Value
Track
Declaration
public bool Track { get; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
UrlType
Declaration
public string UrlType { get; set; }
Property Value
Width
Declaration
public string Width { get; set; }
Property Value
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
cmdAdd_Click(object, EventArgs)
Declaration
protected void cmdAdd_Click(object sender, EventArgs e)
Parameters
cmdDelete_Click(object, EventArgs)
Declaration
protected void cmdDelete_Click(object sender, EventArgs e)
Parameters
cmdSelect_Click(object, EventArgs)
Declaration
protected void cmdSelect_Click(object sender, EventArgs e)
Parameters
optType_SelectedIndexChanged(object, EventArgs)
Declaration
protected void optType_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Extension Methods