次の方法で共有


SiteConfig.DefaultDocuments プロパティ

定義

既定のドキュメントを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象