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

ColumnUpdateOp Property

The operation to apply to the current column.

Syntax

property ColumnUpdateOp[ColumnIndex: Integer]: TibrspsiteColumnUpdateOps;



TibrspsiteColumnUpdateOps = ( cmoAdd, cmoDelete, cmoUpdate );

Default Value

cmoAdd

Remarks

The operation to apply to the current column. This is only valid when updating the columns on the list or site.

Possible values include:

cmoAdd (0)cmoAdd will add the column to the list or site.
cmoDelete (1)cmoDelete will delete the specified column from the list or site.
cmoUpdate (2)cmoUpdate will update the properties of the column on the list or site.

The size of the array is controlled by the ColumnCount property.

This property is not available at design time.

Data Type

Integer

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