SP.ContentTypeCreationInformation object
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 |
|---|---|
|
Initializes a new instance of the SP.ContentTypeCreationInformation object. |
Properties
The ContentTypeCreationInformation object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets a value that specifies the description of the content type that will be constructed. |
|
|
Gets or sets a value that specifies the content type group of the content type that will be constructed. |
|
|
Gets or sets a value that specifies the name of the content type that will be constructed. |
|
|
Gets or sets a value that specifies the parent content type for the content type that will be constructed. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |