3.2.5.79.2.1.20 BulkValidateUpdateListItems

Return Type: CSOM array of Microsoft.SharePoint.Client.ListItemFormUpdateValue

Validate and update multiple list items.

Parameters:

itemIds: A collection of item Ids that need to be updated with the same formValues.

Type: CSOM array of CSOM Int32

It MUST NOT be NULL.

formValues: A collection of field internal names and values for the given field. If the collection is empty, no update will take place.

Type: CSOM array of Microsoft.SharePoint.Client.ListItemFormUpdateValue

It MUST NOT be NULL.

bNewDocumentUpdate: Indicates whether the list item is a document being updated after upload. A value of "true" means yes.

Type: CSOM Boolean

checkInComment: The comment of check in if any. It's only applicable when the item is checked out.

Type: CSOM String

folderPath: Decoded path of the folder where the items belong to. If not provided, the server will try to find items to update under root folder.

Type: CSOM String