Class JobItem
Inheritance
System.Object
JobItem
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class JobItem : object
Properties
|
Improve this Doc
View Source
Cancelled
Declaration
public bool Cancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CompletedOn
Declaration
public DateTime? CompletedOn { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
CompletedOnString
Declaration
public string CompletedOnString { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
CreatedOnString
Declaration
public string CreatedOnString { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExportFile
Declaration
public string ExportFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JobId
Declaration
public int JobId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JobStatus
Declaration
public string JobStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JobType
Declaration
public string JobType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Status
Declaration
public int Status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Summary
Declaration
public ImportExportSummary Summary { get; set; }
Property Value
|
Improve this Doc
View Source
User
Declaration
public string User { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ConvertToLocal(UserInfo)
Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Extension Methods