Class UrlControl
Assembly: DotNetNuke.dll
Syntax
public abstract class UrlControl : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
UrlControl()
Declaration
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
cboFiles
Declaration
protected DropDownList cboFiles
Field Value
cboFolders
Declaration
protected DropDownList cboFolders
Field Value
cboImages
Declaration
protected DropDownList cboImages
Field Value
cboTabs
Declaration
protected DropDownList 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
cmdCancel
Declaration
protected LinkButton cmdCancel
Field Value
cmdDelete
Declaration
protected LinkButton cmdDelete
Field Value
cmdSave
Declaration
protected LinkButton cmdSave
Field Value
cmdSelect
Declaration
protected LinkButton cmdSelect
Field Value
cmdUpload
Declaration
protected LinkButton cmdUpload
Field Value
imgStorageLocationType
Declaration
protected Image imgStorageLocationType
Field Value
lblFile
Declaration
Field Value
lblFolder
Declaration
protected Label lblFolder
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
txtFile
Declaration
protected HtmlInputFile txtFile
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
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
cboFolders_SelectedIndexChanged(object, EventArgs)
Declaration
protected void cboFolders_SelectedIndexChanged(object sender, EventArgs e)
Parameters
cmdAdd_Click(object, EventArgs)
Declaration
protected void cmdAdd_Click(object sender, EventArgs e)
Parameters
cmdCancel_Click(object, EventArgs)
Declaration
protected void cmdCancel_Click(object sender, EventArgs e)
Parameters
cmdDelete_Click(object, EventArgs)
Declaration
protected void cmdDelete_Click(object sender, EventArgs e)
Parameters
cmdSave_Click(object, EventArgs)
Declaration
protected void cmdSave_Click(object sender, EventArgs e)
Parameters
cmdSelect_Click(object, EventArgs)
Declaration
protected void cmdSelect_Click(object sender, EventArgs e)
Parameters
cmdUpload_Click(object, EventArgs)
Declaration
protected void cmdUpload_Click(object sender, EventArgs e)
Parameters
optType_SelectedIndexChanged(object, EventArgs)
Declaration
protected void optType_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Implements
Extension Methods