Share via


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

SP.ContentType Class

Exceptions

  • [System.ArgumentNullException]
    The Description property cannot be a null value.

See Also

Reference

SP.ContentType Methods

SP.ContentType Properties

SP Namespace