Condividi tramite


DeleteFileOptions.Recursive Proprietà

Definizione

Ottiene o imposta un valore che indica se l'operazione di eliminazione deve essere applicata in modo ricorsivo se viene denotata una cartella. (Sovrascrivere vince su 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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Si applica a