Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.