Show / Hide Table of Contents

Class ExportFileInfo

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

Constructors

ExportFileInfo()

Declaration
public ExportFileInfo()

Properties

ExportPath

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

ExportSize

Declaration
public string ExportSize { get; set; }
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