Class ImportPackageInfo
The import package info.
Inheritance
System.Object
ImportPackageInfo
Namespace: Dnn.ExportImport.Components.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ImportPackageInfo : object
Properties
| Improve this Doc View SourceDescription
Gets or sets package description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExporTime
Gets or sets dateTime when the package was exported.
Declaration
public DateTime ExporTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ExporTimeString
Gets formatted DateTime when the package was exported.
Declaration
public string ExporTimeString { get; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Gets package file name. It is just fake name for UI representation.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets name of the package.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PackageId
Gets or sets package Id. Used to identify the package and path.
Declaration
public string PackageId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortalName
Gets or sets the portal from which the exported package was created.
Declaration
public string PortalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Summary
Gets or sets complete summary of import package.
Declaration
public ImportExportSummary Summary { get; set; }
Property Value
Type | Description |
---|---|
ImportExportSummary |
Thumb
Gets path to the thumbnail image for the package.
Declaration
public string Thumb { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceConvertToLocal(UserInfo)
The import package info.
Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | userInfo |