Class ExportPackage
Inheritance
System.Object
ExportPackage
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportPackage : BasicExportImportDto
Properties
|
Improve this Doc
View Source
PackageFileName
Declaration
public string PackageFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PackageName
Declaration
public string PackageName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PackageType
Declaration
public string PackageType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Version
Declaration
public Version Version { get; set; }
Property Value
Extension Methods