SP.ListItemCreationInformation object

Specifies the properties of the new list item.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.ListItemCreationInformation()

Members

The ListItemCreationInformation object has the following members.

Constructor

The ListItemCreationInformation object has the following constructor.

Constructor

Description

ListItemCreationInformation

Initializes a new instance of the SP.ListItemCreationInformation object.

Methods

The ListItemCreationInformation object has the following methods.

Method

Description

initPropertiesFromJson

writeToXml

Properties

The ListItemCreationInformation object has the following properties.

Property

Description

folderUrl

Gets or sets a value that specifies the folder for the new list item.

leafName

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.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.

underlyingObjectType

Gets or sets a value that specifies whether the new list item is a file or a folder.