Skip to content

Commit 126b224

Browse files
committed
doc update
1 parent cae7e98 commit 126b224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-the-sdk/listitems-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Updating a list item comes down to updating the field values followed by calling
511511
512512
Methods | Description
513513
--------|------------
514-
Update, UpdateAsync | Regular update, this will result in a new version being created and the modified and editor list item fields will be updated
514+
Update, UpdateAsync | Regular update, this will result in a new version being created and the modified and editor list item fields will be updated. When updating fields in a document library the update might silently fail when the field value exceeds 255 characters. If so, please use one of the other methods in this table.
515515
SystemUpdate, SystemUpdateAsync | Updates the item without creating a new version and without updating the modified and editor list item fields
516516
UpdateOverWriteVersion, UpdateOverWriteVersionAsync | Updates the item without creating a new version and the modified and editor list item fields will be updated
517517

0 commit comments

Comments
 (0)