Search Results for

    Show / Hide Table of Contents

    Interface ICopyMigrationInfo

    Represents the migration information after creating a migration job

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

    Properties

    EncryptionKey

    AES256CBC encryption key used to decrypt messages from job/manifest queue

    Declaration
    byte[] EncryptionKey { get; }
    Property Value
    System.Byte[]

    JobId

    Return a unique Job ID associated with this asynchronous read

    Declaration
    Guid JobId { get; }
    Property Value
    Guid

    JobQueueUri

    URL for accessing Azure queue used for returning notification of copy and move process

    Declaration
    Uri JobQueueUri { get; }
    Property Value
    Uri

    SourceListItemUniqueIds

    Return the source

    Declaration
    IList<string> SourceListItemUniqueIds { get; }
    Property Value
    PnP.Core.Model.SharePoint.IList<System.String>

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