Search Results for

    Show / Hide Table of Contents

    Interface ICopyJobProgress

    Represents the progress of a migration job

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ICopyJobProgress

    Properties

    JobState

    The state of the migration job currently in progress

    Declaration
    MigrationJobState JobState { get; }
    Property Value
    MigrationJobState

    Logs

    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>

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer