Interface ICopyJobProgress
Represents the progress of a migration job
Assembly: PnP.Core.dll
Syntax
public interface ICopyJobProgress
Properties
The state of the migration job currently in progress
Declaration
MigrationJobState JobState { get; }
Property Value
List of all the logs currently generated by the migration job
Declaration
IList<string> Logs { get; }
Property Value
PnP.Core.Model.SharePoint.IList<System.String>
|