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

UpdateListContentType Method

Updates the specified content type on the list.

Syntax

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

Remarks

The list is specified by the ListName parameter.

Before updating the content type, specify the columns for the content type in the Columns collection which will be updated.

NOTE: This method has a corresponding asynchronous version (UpdateListContentTypeAsync) for use in the WinRT environment.

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