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

Specifies properties that are used as parameters to initialize a new content type.

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

var object = new SP.ContentTypeCreationInformation()

Members

The ContentTypeCreationInformation object has the following members.

Constructor

The ContentTypeCreationInformation object has the following constructor.

Constructor

Description

ContentTypeCreationInformation

Initializes a new instance of the SP.ContentTypeCreationInformation object.

Properties

The ContentTypeCreationInformation object has the following properties.

Property

Description

description

Gets or sets a value that specifies the description of the content type that will be constructed.

group

Gets or sets a value that specifies the content type group of the content type that will be constructed.

name

Gets or sets a value that specifies the name of the content type that will be constructed.

parentContentType

Gets or sets a value that specifies the parent content type for the content type that will be constructed.

typeId

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