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

UpdateColumns Method

Adds, deletes, or updates columns of a site.

Syntax

[VB.NET]
Public Sub UpdateColumns()
[C#]
public void UpdateColumns();

Remarks

The Columns collection specifies the columns to be added, deleted, or updated. Set the UpdateOp field to specify which operation to perform on each column.

When trying to update a system-defined column, the server will return an error. Thus, if ListColumns is called, first clear the Columns before adding the list of user-defined columns to update.

NOTE: When adding a column, the Name field is required.

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