Class URLTrackingControl
Inheritance
URLTrackingControl
Assembly: DotNetNuke.dll
Syntax
public abstract class URLTrackingControl : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
URLTrackingControl()
Declaration
protected URLTrackingControl()
Fields
Label1
Declaration
Field Value
Label2
Declaration
Field Value
Label3
Declaration
Field Value
Label4
Declaration
Field Value
Label5
Declaration
Field Value
Label6
Declaration
Field Value
Label7
Declaration
Field Value
cmdDisplay
Declaration
protected LinkButton cmdDisplay
Field Value
cmdEndCalendar
Declaration
protected HyperLink cmdEndCalendar
Field Value
cmdStartCalendar
Declaration
protected HyperLink cmdStartCalendar
Field Value
grdLog
Declaration
protected DataGrid grdLog
Field Value
lblClicks
Declaration
protected Label lblClicks
Field Value
lblCreatedDate
Declaration
protected Label lblCreatedDate
Field Value
lblLastClick
Declaration
protected Label lblLastClick
Field Value
lblLogURL
Declaration
protected Label lblLogURL
Field Value
lblTrackingURL
Declaration
protected Label lblTrackingURL
Field Value
lblURL
Declaration
Field Value
pnlLog
Declaration
Field Value
pnlTrack
Declaration
Field Value
txtEndDate
Declaration
protected TextBox txtEndDate
Field Value
txtStartDate
Declaration
protected TextBox txtStartDate
Field Value
valEndDate
Declaration
protected CompareValidator valEndDate
Field Value
valStartDate
Declaration
protected CompareValidator valStartDate
Field Value
Properties
Declaration
public string FormattedURL { get; set; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
TrackingURL
Declaration
public string TrackingURL { get; set; }
Property Value
URL
Declaration
public string URL { get; set; }
Property Value
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
Implements
Extension Methods