This documentation is archived and is not being maintained.

SP.ListCreationInformation object

SharePoint 2013

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

ListCreationInformation

Initializes a new instance of the SP.ListCreationInformation object.

Methods

The ListCreationInformation object has the following methods.

Method

Description

initPropertiesFromJson

writeToXml

Properties

The ListCreationInformation object has the following properties.

Property

Description

customSchemaXml

Gets or sets a value that specifies the list schema of the new list.

dataSourceProperties

Gets or sets a value that specifies the properties of the data source of the new list.

description

Gets or sets a value that specifies the description of the new list.

documentTemplateType

Gets or sets a value that specifies the identifier of the document template for the new list.

quickLaunchOption

Gets or sets a value that specifies whether the new list is displayed on the Quick Launch of the site.

templateFeatureId

Gets or sets a value that specifies the feature identifier of the feature that contains the list schema for the new list.

templateType

Gets or sets a value that specifies the list server template of the new list.

title

Gets or sets a value that specifies the display name of the new list.

typeId

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

url

Gets or sets value that specifies the site-relative URL of the location for the new list.

Show: