SP.ContentTypeCreationInformation.name Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the name of the content type that will be constructed.
var value = SP.ContentTypeCreationInformation.get_name();
SP.ContentTypeCreationInformation.set_name(value);
Property Value
Type: String
Applies To
SP.ContentTypeCreationInformation Class
Remarks
It must not be null.
See Also
Reference
SP.ContentTypeCreationInformation Methods