Sdílet prostřednictvím


DeleteFileOptions.Recursive Vlastnost

Definice

Získá nebo nastaví hodnotu označující, zda operace odstranění má být použita rekurzivně, pokud je složka označena. (Přepsat vyhrává nad 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

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Platí pro