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

AddLibraryAsync Method

Adds a new document library to the site.

Syntax

[VB.NET]
Public Function AddLibraryAsync(ByVal DocumentLibrary As String, ByVal ListType As Integer) As IAsyncAction
[C#]
public IAsyncAction AddLibraryAsync(string documentLibrary, int listType);

Remarks

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

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