Class URLTrackingControl
Inheritance
System.Object
URLTrackingControl
Assembly: DotNetNuke.dll
Syntax
public abstract class URLTrackingControl : UserControlBase
Fields
|
Improve this Doc
View Source
cmdDisplay
Declaration
protected LinkButton cmdDisplay
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdEndCalendar
Declaration
protected HyperLink cmdEndCalendar
Field Value
Type |
Description |
HyperLink |
|
|
Improve this Doc
View Source
cmdStartCalendar
Declaration
protected HyperLink cmdStartCalendar
Field Value
Type |
Description |
HyperLink |
|
|
Improve this Doc
View Source
grdLog
Declaration
protected DataGrid grdLog
Field Value
Type |
Description |
DataGrid |
|
|
Improve this Doc
View Source
Label1
Declaration
Field Value
|
Improve this Doc
View Source
Label2
Declaration
Field Value
|
Improve this Doc
View Source
Label3
Declaration
Field Value
|
Improve this Doc
View Source
Label4
Declaration
Field Value
|
Improve this Doc
View Source
Label5
Declaration
Field Value
|
Improve this Doc
View Source
Label6
Declaration
Field Value
|
Improve this Doc
View Source
Label7
Declaration
Field Value
|
Improve this Doc
View Source
lblClicks
Declaration
protected Label lblClicks
Field Value
|
Improve this Doc
View Source
lblCreatedDate
Declaration
protected Label lblCreatedDate
Field Value
|
Improve this Doc
View Source
lblLastClick
Declaration
protected Label lblLastClick
Field Value
|
Improve this Doc
View Source
lblLogURL
Declaration
protected Label lblLogURL
Field Value
|
Improve this Doc
View Source
lblTrackingURL
Declaration
protected Label lblTrackingURL
Field Value
|
Improve this Doc
View Source
lblURL
Declaration
Field Value
|
Improve this Doc
View Source
pnlLog
Declaration
Field Value
|
Improve this Doc
View Source
pnlTrack
Declaration
Field Value
|
Improve this Doc
View Source
txtEndDate
Declaration
protected TextBox txtEndDate
Field Value
|
Improve this Doc
View Source
txtStartDate
Declaration
protected TextBox txtStartDate
Field Value
|
Improve this Doc
View Source
valEndDate
Declaration
protected CompareValidator valEndDate
Field Value
Type |
Description |
CompareValidator |
|
|
Improve this Doc
View Source
valStartDate
Declaration
protected CompareValidator valStartDate
Field Value
Type |
Description |
CompareValidator |
|
Properties
|
Improve this Doc
View Source
Declaration
public string FormattedURL { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TrackingURL
Declaration
public string TrackingURL { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
URL
Declaration
public string URL { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Extension Methods