Class ProgressToken
Inheritance
System.Object
ProgressToken
Namespace: Dnn.ExportImport.Components.Models
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ProgressToken : object
Properties
| Improve this Doc View SourceContinuationKey
Gets or sets this can be used as a continuation token for the operation. It is an identifier for next operation/step in import/export process.
Declaration
public string ContinuationKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Progress
Gets or sets indicates the completed percentage progress of export/import operation.
Declaration
public uint Progress { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |