Class ImportDto
The import DTO.
Inheritance
System.Object
ImportDto
Namespace: Dnn.ExportImport.Components.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ImportDto : object
Properties
| Improve this Doc View SourceCollisionResolution
Gets or sets specifies what to do when there is a collision during the import process. See CollisionResolution.
Declaration
public CollisionResolution CollisionResolution { get; set; }
Property Value
Type | Description |
---|---|
CollisionResolution |
ExportDto
Gets or sets snapshot of the export dto from the import package.
Declaration
public ExportDto ExportDto { get; set; }
Property Value
Type | Description |
---|---|
ExportDto |
ExportFileInfo
Gets or sets snapshot of the import file into.
Declaration
public ExportFileInfo ExportFileInfo { get; set; }
Property Value
Type | Description |
---|---|
ExportFileInfo |
PackageId
Gets or sets id of exported package to be imported.
Declaration
public string PackageId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
For security reasons, this name does not have a folder or extension name. These will be used by convention and picked from a very specific location in the portal (Dnn.ExportImport.Components.Common.Constants.ExportFolder).
PortalId
Gets or sets ID of portal to import items to.
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RunNow
Gets or sets a value indicating whether to run the import now.
Declaration
public bool RunNow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SchemaVersion
Gets or sets specifies the version of the exportes schema.
Declaration
public string SchemaVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |