RenameFileOptions.IgnoreIfExists Property

Definition

Gets or sets a value indicating whether the action should be ignored if the file already exists.

public:
 property bool IgnoreIfExists { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="ignoreIfExists")]
public bool IgnoreIfExists { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="ignoreIfExists")>]
member this.IgnoreIfExists : bool with get, set
Public Property IgnoreIfExists As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to