| MOVEitFolderInfoAllowFileOverwrite Property | 
            Indicates whether files of the same name will silently overwrite existing files of the same name.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic int AllowFileOverwrite { get; }Public ReadOnly Property AllowFileOverwrite As Integer
	Get
public:
property int AllowFileOverwrite {
	int get ();
}Property Value
Type: 
Int32 Remarks
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
See Also