Class UrlLogInfo
Inherited Members
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 |