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

フィールドのコレクションの XML スキーマを指定します。

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

var object = new SP.ListTemplate()

メンバー

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

Constructor

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

コンストラクター

説明

ListTemplate

Initializes a new instance of the SP.ListTemplate object.

メソッド

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

メソッド

説明

initPropertiesFromJson

プロパティ

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

プロパティ

説明

allowsFolderCreation

Gets a value that specifies whether new list folders can be added to a list created from the list template.

baseType

Gets a value that specifies the base type of the list template.

説明

Gets a value that specifies the description of the list template.

featureId

Gets a value that specifies the feature identifier of the feature that contains the list schema for the list template.

非表示

Gets a value that specifies whether the list template is hidden from the user interface for creating new lists.

imageUrl

Gets a value that specifies the URL for the icon of the list template.

internalName

Gets a value that specifies the identifier for the list template.

isCustomTemplate

Specifies whether the list template is user created.

listTemplateTypeKind

Gets a value that specifies the list server template.

Gets a value that specifies the display name of the list template.

onQuickLaunch

Gets a value that specifies whether the list template can be used to create only one list in a site collection, and that the list template is hidden from the user interface for creating new lists.

一意です

Gets a value that specifies whether the list template can be used to create only one list in a site collection, and that the list template is hidden from the user interface for creating new lists.

他のリソースのエンドポイント

エンドポイント URI 構造

http://<sitecollection>/<site>/_api/web/ListTemplates(templatename)

HTTP 要求

このリソースには、次の HTTP コマンドがサポートしています。

投稿の書式

POST http://<sitecollection>/<site>/_api/web/ListTemplates(templatename)