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

新しい Web サイトをコレクションに追加します。

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

var object = new SP.ListItemCreationInformation()

メンバー

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

Constructor

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

コンストラクター

説明

ListItemCreationInformation

Initializes a new instance of the SP.ListItemCreationInformation object.

メソッド

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

メソッド

説明

initPropertiesFromJson

writeToXml

プロパティ

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

プロパティ

説明

folderUrl

Gets or sets a value that specifies the folder for the new list item.

leafName

Gets or sets a value that specifies the name of the new list item. It must be the name of the file if the parent list of the list item is a document library.

typeId

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

underlyingObjectType

Gets or sets a value that specifies whether the new list item is a file or a folder.