LoadParameters.ContentPaths Propriedade

Definição

Obtém ou define o caminho para o conteúdo a ser carregado. O caminho deve ser uma URL de arquivo relativa da origem.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a