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

AddListAsync Method

Adds a new list to the site.

Syntax

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

Remarks

This method is the asynchronous version of the AddList method and is used to support asynchronous operations in WinRT. Please refer to AddList for more information.

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