Class MoveCopyOptions
Options for move and copy operations
Inheritance
System.Object
MoveCopyOptions
Assembly: PnP.Core.dll
Syntax
public class MoveCopyOptions : object
Properties
Indicates whether both resources should be kept if a resource already exists at the specified destination. If
set to true then when the target file exists then a new file with a number suffix will added.
Declaration
public bool KeepBoth { get; set; }
Property Value
Indicates whether to reset author and creation datetime on the copied resource.
Declaration
public bool ResetAuthorAndCreatedOnCopy { get; set; }
Property Value
Indicates whether to retain the editor and last modified datatime on the moved resource.
Declaration
public bool RetainEditorAndModifiedOnMove { get; set; }
Property Value
Indicates whether the shared locks on the source resource should be by passed.
Declaration
public bool ShouldBypassSharedLocks { get; set; }
Property Value