Compartir a través de


PurgeParameters.ContentPaths Propiedad

Definición

Obtiene o establece la ruta de acceso al contenido que se va a purgar. Puede describir una ruta de acceso de archivo o un directorio de caracteres comodín.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a