SP.ContentTypeCreationInformation.group Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the content type group of the content type that will be constructed.
var value = SP.ContentTypeCreationInformation.get_group();
SP.ContentTypeCreationInformation.set_group(value);
Property Value
Type: String
Applies To
SP.ContentTypeCreationInformation Class
Remarks
Its length must be equal to or greater than 1. Its length must be equal to or less than 128.
See Also
Reference
SP.ContentTypeCreationInformation Methods