Show / Hide Table of Contents

Class ExportImportResult

Inheritance
object
ExportImportResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.ExportImport.Components.Models
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportResult

Constructors

ExportImportResult()

Declaration
public ExportImportResult()

Properties

CompleteLog

Declaration
public IList<LogItem> CompleteLog { get; }
Property Value
Type Description
IList<LogItem>

JobId

Declaration
public int JobId { get; set; }
Property Value
Type Description
int

Summary

Declaration
public IList<LogItem> Summary { get; }
Property Value
Type Description
IList<LogItem>

Methods

AddLogEntry(string, string, ReportLevel)

Declaration
public LogItem AddLogEntry(string name, string value, ReportLevel level = ReportLevel.Verbose)
Parameters
Type Name Description
string name
string value
ReportLevel level
Returns
Type Description
LogItem

AddSummary(string, string)

Declaration
public LogItem AddSummary(string name, string value)
Parameters
Type Name Description
string name
string value
Returns
Type Description
LogItem

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS