DeleteFileOptions.IgnoreIfNotExists Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to