SP.ContentType.description Property
Applies to: SharePoint Foundation 2010
Gets or sets a description of the content type.
var value = SP.ContentType.get_description();
SP.ContentType.set_description(value);
Property Value
Type: String
Applies To
Exceptions
- [System.ArgumentNullException]
The Description property cannot be a null value.