Show / Hide Table of Contents

Class ImportExportSummary

Inheritance
object
ImportExportSummary
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.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ImportExportSummary

Constructors

ImportExportSummary()

Declaration
public ImportExportSummary()

Properties

ExportFileInfo

Declaration
public ExportFileInfo ExportFileInfo { get; set; }
Property Value
Type Description
ExportFileInfo

ExportMode

Declaration
public ExportMode ExportMode { get; set; }
Property Value
Type Description
ExportMode

FromDate

Declaration
public DateTime? FromDate { get; set; }
Property Value
Type Description
DateTime?

FromDateString

Declaration
public string FromDateString { get; }
Property Value
Type Description
string

IncludeContent

Declaration
public bool IncludeContent { get; set; }
Property Value
Type Description
bool

IncludeDeletions

Declaration
public bool IncludeDeletions { get; set; }
Property Value
Type Description
bool

IncludeExtensions

Declaration
public bool IncludeExtensions { get; set; }
Property Value
Type Description
bool

IncludePermissions

Declaration
public bool IncludePermissions { get; set; }
Property Value
Type Description
bool

IncludeProfileProperties

Declaration
public bool IncludeProfileProperties { get; set; }
Property Value
Type Description
bool

SummaryItems

Declaration
public IEnumerable<SummaryItem> SummaryItems { get; set; }
Property Value
Type Description
IEnumerable<SummaryItem>

ToDate

Declaration
public DateTime ToDate { get; set; }
Property Value
Type Description
DateTime

ToDateString

Declaration
public string ToDateString { get; }
Property Value
Type Description
string

Methods

ConvertToLocal(UserInfo)

Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type Name Description
UserInfo userInfo

Extension Methods

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