Partilhar via


DeleteFileOptions.Recursive Propriedade

Definição

Obtém ou define um valor que indica se a operação de exclusão deve ser aplicada recursivamente se uma pasta for indicada. (Substituir vence sobre 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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Aplica-se a