Class UrlLogInfo
Inheritance
System.Object
UrlLogInfo
Assembly: DotNetNuke.dll
Syntax
public class UrlLogInfo : object
Properties
|
Improve this Doc
View Source
ClickDate
Declaration
public DateTime ClickDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
FullName
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UrlLogID
Declaration
public int UrlLogID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UrlTrackingID
Declaration
public int UrlTrackingID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UserID
Declaration
public int UserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods