Show / Hide Table of Contents

Class UrlLogInfo

Inheritance
object
UrlLogInfo
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 UrlLogInfo

Constructors

UrlLogInfo()

Declaration
public UrlLogInfo()

Properties

ClickDate

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

FullName

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

UrlLogID

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

UrlTrackingID

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

UserID

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

Extension Methods

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