Class ExportFileInfo
Inherited Members
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 |