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

UpdateListContentTypeAsync Method

Updates the specified content type on the list.

Syntax

[VB.NET]
Public Function UpdateListContentTypeAsync(ByVal ListName As String, ByVal ContentTypeId As String, ByVal AddToView As Boolean) As Task
[C#]
public Task UpdateListContentTypeAsync(string listName, string contentTypeId, bool addToView);

Remarks

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

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