Show / Hide Table of Contents

Class ImportDto

Inheritance
object
ImportDto
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 ImportDto

Constructors

ImportDto()

Declaration
public ImportDto()

Properties

CollisionResolution

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

ExportDto

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

ExportFileInfo

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

PackageId

Declaration
public string PackageId { get; set; }
Property Value
Type Description
string

PortalId

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

RunNow

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

SchemaVersion

Declaration
public string SchemaVersion { get; set; }
Property Value
Type Description
string

Extension Methods

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