DeleteFileOptions.Recursive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the delete operation should be applied recursively if a folder is denoted. (Overwrite wins over ignoreIfNotExists)
public:
property bool Recursive { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="recursive")]
public bool Recursive { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="recursive")>]
member this.Recursive : bool with get, set
Public Property Recursive As Boolean
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute