Class UrlTrackingInfo
Inheritance
System.Object
UrlTrackingInfo
Assembly: DotNetNuke.dll
Syntax
public class UrlTrackingInfo : object
Properties
|
Improve this Doc
View Source
Clicks
Declaration
public int Clicks { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
LastClick
Declaration
public DateTime LastClick { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
LogActivity
Declaration
public bool LogActivity { get; set; }
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
PortalID
Declaration
public int PortalID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TrackClicks
Declaration
public bool TrackClicks { get; set; }
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
UrlTrackingID
Declaration
public int UrlTrackingID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UrlType
Declaration
public string UrlType { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods