What is the meaning of "new version" in update method? #1291
-
I'm a bit confused when it comes to these update methods like SystemUpdate, SystemUpdateAsync: Updates the item without creating a new version and without updating the modified and editor list item fields UpdateOverWriteVersion, UpdateOverWriteVersionAsync: Updates the item without creating a new version and the modified and editor list item fields will be updated What is the meaning of the term "new version" in these concepts? Does it affect when and which situation should I use these methods? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@ngqtrieu99 : when versioning is enabled on a list then normally each update will trigger the creation of a new version. Using these other methods the new version is not created as part of the update. |
Beta Was this translation helpful? Give feedback.
@ngqtrieu99 : when versioning is enabled on a list then normally each update will trigger the creation of a new version. Using these other methods the new version is not created as part of the update.