JAMS Developer Guide
Overwrite Property (MoveFile)


MVPSI.JAMS.Activities Namespace > MoveFile Class : Overwrite Property
When enabled, this activity will overwrite any existing files that match in the Source location.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When enabled, this activity will overwrite any existing files that match in the Source location.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property Overwrite As System.Boolean
'Usage
 
Dim instance As MoveFile
Dim value As System.Boolean
 
instance.Overwrite = value
 
value = instance.Overwrite
[System.ComponentModel.Description("When enabled, this activity will overwrite any existing files that match in the Source location.")]
[System.ComponentModel.DefaultValue()]
public System.bool Overwrite {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MoveFile Class
MoveFile Members