Show / Hide Table of Contents

Class ImportPackageInfo

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

Constructors

ImportPackageInfo()

Declaration
public ImportPackageInfo()

Properties

Description

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

ExporTime

Declaration
public DateTime ExporTime { get; set; }
Property Value
Type Description
DateTime

ExporTimeString

Declaration
public string ExporTimeString { get; }
Property Value
Type Description
string

FileName

Declaration
public string FileName { get; }
Property Value
Type Description
string

Name

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

PackageId

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

PortalName

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

Summary

Declaration
public ImportExportSummary Summary { get; set; }
Property Value
Type Description
ImportExportSummary

Thumb

Declaration
public string Thumb { get; }
Property Value
Type Description
string

Methods

ConvertToLocal(UserInfo)

Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type Name Description
UserInfo userInfo

Extension Methods

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