Class SummaryItem
Details of the summary item to show in the export/import summary and progress.
Inheritance
System.Object
SummaryItem
Namespace: Dnn.ExportImport.Components.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class SummaryItem : object
Properties
| Improve this Doc View SourceCategory
Gets or sets category of the import/export. Also identifier for localization.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Completed
Gets or sets a value indicating whether is job finished or not yet.
Declaration
public bool Completed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Order
Gets or sets order to show on UI.
Declaration
public uint Order { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ProcessedItems
Gets or sets items processed.
Declaration
public int ProcessedItems { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessedItemsString
Gets formatted processed items.
Declaration
public string ProcessedItemsString { get; }
Property Value
Type | Description |
---|---|
System.String |
ProgressPercentage
Gets or sets progress in percentage.
Declaration
public int ProgressPercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalItems
Gets or sets total items to import/export.
Declaration
public int TotalItems { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalItemsString
Gets formatted total items.
Declaration
public string TotalItemsString { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceConvertToLocal(UserInfo)
Details of the summary item to show in the export/import summary and progress.
Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | userInfo |