This documentation is archived and is not being maintained.

SP.ContentTypeCreationInformation object

SharePoint 2013

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

Last modified: March 09, 2015

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.ContentTypeCreationInformation()

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

This member is reserved for internal use and is not intended to be used directly from your code.

Show: