Class LogItem
Inheritance
System.Object
LogItem
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class LogItem : object
Properties
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReportLevel
Declaration
public ReportLevel ReportLevel { get; set; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods