Click or drag to resize
MOVEitFolderInfoAllowFileOverwrite Property
Indicates whether files of the same name will silently overwrite existing files of the same name.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public int AllowFileOverwrite { get; }

Property Value

Type: Int32
Remarks
An overwrite operation actually deletes the old file and then creates a new ID for the new file. This setting only applies if the EnforceUniqueFilenames property is set to 1. (0 = No, 1 = Yes)
See Also