Class ExportImportResult
Inheritance
ExportImportResult
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportResult
Constructors
ExportImportResult()
Declaration
public ExportImportResult()
Properties
CompleteLog
Declaration
public IList<LogItem> CompleteLog { get; }
Property Value
JobId
Declaration
public int JobId { get; set; }
Property Value
Summary
Declaration
public IList<LogItem> Summary { get; }
Property Value
Methods
AddLogEntry(string, string, ReportLevel)
Declaration
public LogItem AddLogEntry(string name, string value, ReportLevel level = ReportLevel.Verbose)
Parameters
Returns
AddSummary(string, string)
Declaration
public LogItem AddSummary(string name, string value)
Parameters
Returns
Extension Methods