Class ExportImportResult
Inheritance
System.Object
ExportImportResult
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportResult : object
Constructors
|
Improve this Doc
View Source
ExportImportResult()
Declaration
public ExportImportResult()
Properties
|
Improve this Doc
View Source
CompleteLog
Declaration
public IList<LogItem> CompleteLog { get; }
Property Value
|
Improve this Doc
View Source
JobId
Declaration
public int JobId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Summary
Declaration
public IList<LogItem> Summary { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddLogEntry(String, String, ReportLevel)
Declaration
public LogItem AddLogEntry(string name, string value, ReportLevel level = default(ReportLevel))
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
value |
|
ReportLevel |
level |
|
Returns
|
Improve this Doc
View Source
AddSummary(String, String)
Declaration
public LogItem AddSummary(string name, string value)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
value |
|
Returns
Extension Methods