SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

AddList Method

Adds a new list to the site.

Syntax

[VB.NET]
Public Sub AddList(ByVal List As String, ByVal Description As String, ByVal ListType As Integer)
[C#]
public void AddList(string list, string description, int listType);

Remarks

The site is specified by URL.

To add columns to the list after it has been created, use the UpdateColumns method.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0