Table of Contents

Enum SPMigrationNameConflictBehavior

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

Enum for the behavior when a name conflict occurs

public enum SPMigrationNameConflictBehavior

Fields

Fail = 0

Returns an error

KeepBoth = 2

Keeps both the files (will append a character / number to the filename)

Replace = 1

Replaces the file if conflict occurs