Udostępnij przez


DeleteFileOptions.Recursive Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy operacja usuwania powinna być stosowana rekursywnie, jeśli folder jest oznaczony. (Zastąp zwycięstwo nad ignorujIfNotExists)

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

Wartość właściwości

Atrybuty
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Dotyczy