Skip to content

Commit 1159595

Browse files
committed
Updated docs for Set-PnPListItem
1 parent 30f03cd commit 1159595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/Set-PnPListItem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ Accept wildcard characters: False
187187
188188
Specifies the update type to use when updating the listitem. Possible values are "Update", "SystemUpdate", "UpdateOverwriteVersion".
189189
190-
* Update: Sets field values and creates a new version if versioning is enabled for the list
191-
* SystemUpdate: Sets field values and does not create a new version. Any events on the list will trigger.
192-
* UpdateOverwriteVersion: Sets field values and does not create a new version. No events on the list will trigger.
190+
* **Update**: Sets field values and creates a new version if versioning is enabled for the list. The "Modified By" and "Modified" fields will be updated to reflect the time of the update and the user who made the change.
191+
* **SystemUpdate**: Sets field values and does not create a new version. Any events on the list will trigger. The "Modified By" and "Modified" fields not updated and can not be set.
192+
* **UpdateOverwriteVersion**: Sets field values and does not create a new version. No events on the list will trigger. The "Modified By" and "Modified" fields are not updated but can be set by passing the field values in the update. HINT: use 'Editor' to set the "Modified By" field.
193193
194194
```yaml
195195
Type: SwitchParameter

0 commit comments

Comments
 (0)