SP.ListCreationInformation.title Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the display name of the new list.
var value = SP.ListCreationInformation.get_title();
SP.ListCreationInformation.set_title(value);
Property Value
Type: String
Applies To
SP.ListCreationInformation Class
Remarks
It must not be null. Its length must be equal to or less than 255.
See Also
Reference
SP.ListCreationInformation Methods