SP.ListCreationInformation object
Specifies the properties of the new list.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.ListCreationInformation()
The ListCreationInformation object has the following members.
Constructor
The ListCreationInformation object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.ListCreationInformation object. |
Methods
The ListCreationInformation object has the following methods.
|
Method |
Description |
|---|---|
|
|
|
|
|
Properties
The ListCreationInformation object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets a value that specifies the list schema of the new list. |
|
|
Gets or sets a value that specifies the properties of the data source of the new list. |
|
|
Gets or sets a value that specifies the description of the new list. |
|
|
Gets or sets a value that specifies the identifier of the document template for the new list. |
|
|
Gets or sets a value that specifies whether the new list is displayed on the Quick Launch of the site. |
|
|
Gets or sets a value that specifies the feature identifier of the feature that contains the list schema for the new list. |
|
|
Gets or sets a value that specifies the list server template of the new list. |
|
|
Gets or sets a value that specifies the display name of the new list. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
|
Gets or sets value that specifies the site-relative URL of the location for the new list. |