Class UrlControl
Inheritance
System.Object
UrlControl
Assembly: DotNetNuke.dll
Syntax
public abstract class UrlControl : UserControlBase
Fields
|
Improve this Doc
View Source
cboFiles
Declaration
protected DropDownList cboFiles
Field Value
Type |
Description |
DropDownList |
|
|
Improve this Doc
View Source
cboFolders
Declaration
protected DropDownList cboFolders
Field Value
Type |
Description |
DropDownList |
|
|
Improve this Doc
View Source
cboImages
Declaration
protected DropDownList cboImages
Field Value
Type |
Description |
DropDownList |
|
|
Improve this Doc
View Source
cboTabs
Declaration
protected DropDownList cboTabs
Field Value
Type |
Description |
DropDownList |
|
|
Improve this Doc
View Source
cboUrls
Declaration
protected DropDownList cboUrls
Field Value
Type |
Description |
DropDownList |
|
|
Improve this Doc
View Source
chkLog
Declaration
protected CheckBox chkLog
Field Value
Type |
Description |
CheckBox |
|
|
Improve this Doc
View Source
chkNewWindow
Declaration
protected CheckBox chkNewWindow
Field Value
Type |
Description |
CheckBox |
|
|
Improve this Doc
View Source
chkTrack
Declaration
protected CheckBox chkTrack
Field Value
Type |
Description |
CheckBox |
|
|
Improve this Doc
View Source
cmdAdd
Declaration
protected LinkButton cmdAdd
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdCancel
Declaration
protected LinkButton cmdCancel
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdDelete
Declaration
protected LinkButton cmdDelete
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdSave
Declaration
protected LinkButton cmdSave
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdSelect
Declaration
protected LinkButton cmdSelect
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdUpload
Declaration
protected LinkButton cmdUpload
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
ErrorRow
Declaration
Field Value
|
Improve this Doc
View Source
FileRow
Declaration
Field Value
|
Improve this Doc
View Source
ImagesRow
Declaration
protected Panel ImagesRow
Field Value
|
Improve this Doc
View Source
imgStorageLocationType
Declaration
protected Image imgStorageLocationType
Field Value
|
Improve this Doc
View Source
lblFile
Declaration
Field Value
|
Improve this Doc
View Source
lblFolder
Declaration
protected Label lblFolder
Field Value
|
Improve this Doc
View Source
lblImages
Declaration
protected Label lblImages
Field Value
|
Improve this Doc
View Source
lblMessage
Declaration
protected Label lblMessage
Field Value
|
Improve this Doc
View Source
lblTab
Declaration
Field Value
|
Improve this Doc
View Source
lblURL
Declaration
Field Value
|
Improve this Doc
View Source
lblURLType
Declaration
protected Label lblURLType
Field Value
|
Improve this Doc
View Source
lblUser
Declaration
Field Value
|
Improve this Doc
View Source
optType
Declaration
protected RadioButtonList optType
Field Value
Type |
Description |
RadioButtonList |
|
|
Improve this Doc
View Source
TabRow
Declaration
Field Value
|
Improve this Doc
View Source
txtFile
Declaration
protected HtmlInputFile txtFile
Field Value
Type |
Description |
HtmlInputFile |
|
|
Improve this Doc
View Source
txtUrl
Declaration
Field Value
|
Improve this Doc
View Source
txtUser
Declaration
protected TextBox txtUser
Field Value
|
Improve this Doc
View Source
TypeRow
Declaration
Field Value
|
Improve this Doc
View Source
URLRow
Declaration
Field Value
|
Improve this Doc
View Source
UserRow
Declaration
Field Value
Properties
|
Improve this Doc
View Source
FileFilter
Declaration
public string FileFilter { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IncludeActiveTab
Declaration
public bool IncludeActiveTab { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Log
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NewWindow
Declaration
public bool NewWindow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Required
Declaration
public bool Required { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowFiles
Declaration
public bool ShowFiles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowImages
Declaration
public bool ShowImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowLog
Declaration
public bool ShowLog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowNewWindow
Declaration
public bool ShowNewWindow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowNone
Declaration
public bool ShowNone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowTabs
Declaration
public bool ShowTabs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowTrack
Declaration
public bool ShowTrack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowUpLoad
Declaration
public bool ShowUpLoad { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowUrls
Declaration
public bool ShowUrls { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowUsers
Declaration
public bool ShowUsers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Track
Declaration
public bool Track { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UrlType
Declaration
public string UrlType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
cboFolders_SelectedIndexChanged(Object, EventArgs)
Declaration
protected void cboFolders_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
cmdAdd_Click(Object, EventArgs)
Declaration
protected void cmdAdd_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
cmdCancel_Click(Object, EventArgs)
Declaration
protected void cmdCancel_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
cmdDelete_Click(Object, EventArgs)
Declaration
protected void cmdDelete_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
cmdSave_Click(Object, EventArgs)
Declaration
protected void cmdSave_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
cmdSelect_Click(Object, EventArgs)
Declaration
protected void cmdSelect_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
cmdUpload_Click(Object, EventArgs)
Declaration
protected void cmdUpload_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
optType_SelectedIndexChanged(Object, EventArgs)
Declaration
protected void optType_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
Extension Methods