次の方法で共有


PurgeParameters.ContentPaths プロパティ

定義

消去するコンテンツへのパスを取得または設定します。 ファイル パスまたはワイルド カード ディレクトリを記述できます。

[Newtonsoft.Json.JsonProperty(PropertyName="contentPaths")]
public System.Collections.Generic.IList<string> ContentPaths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contentPaths")>]
member this.ContentPaths : System.Collections.Generic.IList<string> with get, set
Public Property ContentPaths As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象