Class UrlTrackingInfo
Inheritance
UrlTrackingInfo
Assembly: DotNetNuke.dll
Syntax
public class UrlTrackingInfo
Constructors
UrlTrackingInfo()
Declaration
Properties
Clicks
Declaration
public int Clicks { get; set; }
Property Value
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
LastClick
Declaration
public DateTime LastClick { get; set; }
Property Value
LogActivity
Declaration
public bool LogActivity { get; set; }
Property Value
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
NewWindow
Declaration
public bool NewWindow { get; set; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
TrackClicks
Declaration
public bool TrackClicks { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
UrlTrackingID
Declaration
public int UrlTrackingID { get; set; }
Property Value
UrlType
Declaration
public string UrlType { get; set; }
Property Value
Extension Methods