Show / Hide Table of Contents

Class UrlTrackingInfo

Inheritance
object
UrlTrackingInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class UrlTrackingInfo

Constructors

UrlTrackingInfo()

Declaration
public UrlTrackingInfo()

Properties

Clicks

Declaration
public int Clicks { get; set; }
Property Value
Type Description
int

CreatedDate

Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type Description
DateTime

LastClick

Declaration
public DateTime LastClick { get; set; }
Property Value
Type Description
DateTime

LogActivity

Declaration
public bool LogActivity { get; set; }
Property Value
Type Description
bool

ModuleID

Declaration
public int ModuleID { get; set; }
Property Value
Type Description
int

NewWindow

Declaration
public bool NewWindow { get; set; }
Property Value
Type Description
bool

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

TrackClicks

Declaration
public bool TrackClicks { get; set; }
Property Value
Type Description
bool

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

UrlTrackingID

Declaration
public int UrlTrackingID { get; set; }
Property Value
Type Description
int

UrlType

Declaration
public string UrlType { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS