SiteConfig.DocumentRoot Property

Definition

Gets or sets document root.

[Newtonsoft.Json.JsonProperty(PropertyName="documentRoot")]
public string DocumentRoot { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="documentRoot")>]
member this.DocumentRoot : string with get, set
Public Property DocumentRoot As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to