Class ExportFileInfo
Export file(s) info.
Inheritance
System.Object
ExportFileInfo
Namespace: Dnn.ExportImport.Components.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportFileInfo : object
Properties
| Improve this Doc View SourceExportPath
Gets or sets path for exported files.
Declaration
public string ExportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportSize
Gets or sets formatted size of export file.
Declaration
public string ExportSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceConvertToLocal(UserInfo)
Export file(s) info.
Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | userInfo |