Skip to content

Commit

Permalink
Updated docs for Set-PnPListItem (#3705)
Browse files Browse the repository at this point in the history
Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
  • Loading branch information
danielcecil and gautamdsheth authored Jan 28, 2024
1 parent 0b1b7b2 commit 127524a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/Set-PnPListItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ Accept wildcard characters: False
Specifies the update type to use when updating the listitem. Possible values are "Update", "SystemUpdate", "UpdateOverwriteVersion".
* Update: Sets field values and creates a new version if versioning is enabled for the list
* SystemUpdate: Sets field values and does not create a new version. Any events on the list will trigger.
* UpdateOverwriteVersion: Sets field values and does not create a new version. No events on the list will trigger.
* **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.
* **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.
* **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.
```yaml
Type: SwitchParameter
Expand Down

0 comments on commit 127524a

Please sign in to comment.