Table of Contents

Interface ICopyJobProgress

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents the progress of a migration job

public interface ICopyJobProgress

Properties

JobState

The state of the migration job currently in progress

MigrationJobState JobState { get; }

Property Value

MigrationJobState

Logs

List of all the logs currently generated by the migration job

IList<string> Logs { get; }

Property Value

IList<string>