PFItem.UpdateVersionEditedByUser Method |
The edited version is a backup of the item's data when the user started to edit this item.
This allows to set his changes to the same item version
This method updates that version to the current metadata, it upgrades it.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic void UpdateVersionEditedByUser(
PFUser user
)
Parameters
- user
- Type: Packflow.Core.PFUser
The user editing the item.
See Also