JobReportBase Members
Include Protected Members
Include Inherited Members
This class describes the historical information about a content deployment or content migration job.
The JobReportBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ContentSize | Gets the size of the content. |
![]() |
EndTime | Gets the end time for the JobReport object. |
![]() |
ErrorCount | Gets the number of error messages that are associated with this JobReport object. |
![]() |
ExportedObjectCount | Gets the exported object count for the JobReport object. |
![]() |
ImportedObjectCount | Gets the imported object count for the JobReport object. |
![]() |
JobId | Gets the ID for the job. |
![]() |
MessageCount | Gets the number of messages that are associated with this JobReportBase object. |
![]() |
ReportMessages | Returns the collection of messages that are associated with this T:Microsoft.SharePoint.Publishing.Administration.JobReportBase object. |
![]() |
ReportType | Gets the P:Microsoft.SharePoint.Publishing.Administration.JobReportBase.ReportType for the JobReport object. |
![]() |
StartTime | Gets the start time for the job. |
![]() |
StatusMessage | Gets the status message for the job. |
![]() |
UseCompression | Gets or sets a value that determines whether this job uses compression. |
![]() |
WarningCount | Gets the number of warning messages that are associated with this job. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top