Class ImportExportSummary
Import/Export summary class to provide information about what will happen with this job.
Inheritance
Namespace: Dnn.ExportImport.Components.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ImportExportSummary : object
Constructors
| Improve this Doc View SourceImportExportSummary()
Initializes a new instance of the ImportExportSummary class.
Declaration
public ImportExportSummary()
Properties
| Improve this Doc View SourceExportFileInfo
Gets or sets exported file information.
Declaration
public ExportFileInfo ExportFileInfo { get; set; }
Property Value
Type | Description |
---|---|
ExportFileInfo |
ExportMode
Gets or sets export mode. Differential or complete.
Declaration
public ExportMode ExportMode { get; set; }
Property Value
Type | Description |
---|---|
ExportMode |
FromDate
Gets or sets date from which data was taken to perform export.
Declaration
public DateTime? FromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
FromDateString
Gets formatted Date from which data was taken to perform export.
Declaration
public string FromDateString { get; }
Property Value
Type | Description |
---|---|
System.String |
IncludeContent
Gets or sets a value indicating whether does this import/export includes content or not.
Declaration
public bool IncludeContent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeDeletions
Gets or sets a value indicating whether does this import/export includes the deleted items or not.
Declaration
public bool IncludeDeletions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeExtensions
Gets or sets a value indicating whether does this import/export includes the modules or not.
Declaration
public bool IncludeExtensions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludePermissions
Gets or sets a value indicating whether does this import/export includes the permission or not.
Declaration
public bool IncludePermissions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeProfileProperties
Gets or sets a value indicating whether does this import/export includes the properties definitions or not.
Declaration
public bool IncludeProfileProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SummaryItems
Gets or sets summary of each item export.
Declaration
public IEnumerable<SummaryItem> SummaryItems { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<SummaryItem> |
ToDate
Gets or sets date till which data was taken to perform export.
Declaration
public DateTime ToDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ToDateString
Gets formatted Date till which data was taken to perform export.
Declaration
public string ToDateString { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceConvertToLocal(UserInfo)
Import/Export summary class to provide information about what will happen with this job.
Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | userInfo |