PFItemTryToGetVersionEditedByUser 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 tries to get this item's version, if it exists.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic PFItem TryToGetVersionEditedByUser(
PFUser user
)
Parameters
- user
- Type: Packflow.CorePFUser
The user editing the item.
Return Value
Type:
PFItem
See Also