SP へListCreationInformation オブジェクト (sp.js)

リスト アイテムの添付ファイルの作成情報を表します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.ListCreationInformation()

メンバー

ListCreationInformationオブジェクトでは、次のメンバーがあります。

Constructor

ListCreationInformationオブジェクトでは、次のコンスがあります。

コンストラクター

説明

ListCreationInformation

Initializes a new instance of the SP.ListCreationInformation object.

メソッド

ListCreationInformationオブジェクトでは、次の方法があります。

メソッド

説明

initPropertiesFromJson

writeToXml

プロパティ

ListCreationInformationオブジェクトでは、次のプロパティがあります。

プロパティ

説明

customSchemaXml

Gets or sets a value that specifies the list schema of the new list.

dataSourceProperties

Gets or sets a value that specifies the properties of the data source of the new list.

説明

Gets or sets a value that specifies the description of the new list.

documentTemplateType

Gets or sets a value that specifies the identifier of the document template for the new list.

quickLaunchOption

Gets or sets a value that specifies whether the new list is displayed on the Quick Launch of the site.

templateFeatureId

Gets or sets a value that specifies the feature identifier of the feature that contains the list schema for the new list.

templateType

Gets or sets a value that specifies the list server template of the new list.

タイトル

Gets or sets a value that specifies the display name of the new list.

typeId

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

url

Gets or sets value that specifies the site-relative URL of the location for the new list.