SP.ListItemCreationInformation object
Specifies the properties of the new list item.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.ListItemCreationInformation()
The ListItemCreationInformation object has the following members.
Constructor
The ListItemCreationInformation object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.ListItemCreationInformation object. |
Methods
The ListItemCreationInformation object has the following methods.
|
Method |
Description |
|---|---|
|
|
|
|
|
Properties
The ListItemCreationInformation object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets a value that specifies the folder for the new list item. |
|
|
Gets or sets a value that specifies the name of the new list item. It must be the name of the file if the parent list of the list item is a document library. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
|
Gets or sets a value that specifies whether the new list item is a file or a folder. |