Share via


Lists.Add Method

SharePoint Designer Developer Reference

Adds a new list to a Microsoft Windows SharePoint Web site.

Syntax

expression.Add(Name, ParentFolder, ListType, Description)

expression   Required. A variable that represents a Lists collection.

Parameters

Name Required/Optional Data Type Description
Name Required String Specifies the name of the new list.
ParentFolder Optional String Specifies the parent folder associated with the list.
ListType Optional ListType Specifies the type of list.
Description Optional String Specifies a description of the list

Return Value
List

See Also