次の方法で共有


DeleteFileOptions.Recursive プロパティ

定義

フォルダーが示されている場合に削除操作を再帰的に適用するかどうかを示す値を取得または設定します。 (上書きは 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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

適用対象