MigrationReport Members
Include Protected Members
Include Inherited Members
Contains report data for one migration run.
The MigrationReport type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentSize | Gets the size of the content. (Inherited from JobReportBase.) | |
EndTime | Gets the end time for the JobReport object. (Inherited from JobReportBase.) | |
ErrorCount | Gets the number of error messages that are associated with this JobReport object. (Inherited from JobReportBase.) | |
ExportedObjectCount | Gets the exported object count for the JobReport object. (Inherited from JobReportBase.) | |
ImportedObjectCount | Gets the imported object count for the JobReport object. (Inherited from JobReportBase.) | |
JobId | Gets the ID for the job. (Inherited from JobReportBase.) | |
MessageCount | Gets the number of messages that are associated with this JobReportBase object. (Inherited from JobReportBase.) | |
Profile | Returns the migration profile that is associated with the current report. | |
ReportMessages | Returns the collection of messages that are associated with this T:Microsoft.SharePoint.Publishing.Administration.JobReportBase object. (Inherited from JobReportBase.) | |
ReportType | Gets the P:Microsoft.SharePoint.Publishing.Administration.JobReportBase.ReportType for the JobReport object. (Inherited from JobReportBase.) | |
StartTime | Gets the start time for the job. (Inherited from JobReportBase.) | |
Status | Returns the status of the current migration. | |
StatusMessage | Gets the status message for the job. (Inherited from JobReportBase.) | |
UseCompression | Gets or sets a value that determines whether this job uses compression. (Inherited from JobReportBase.) | |
WarningCount | Gets the number of warning messages that are associated with this job. (Inherited from JobReportBase.) |
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