Click or drag to resize

PFItemSave Method

Saves this item in the database.

But also:

-Validates required fields.

-Generates a default reference.

-Ensures the synchronization between choice fields and relations.

-Ensures files validity.

-Trigger multiple events.

Note: use transaction. If transaction already exists,

will not commit it, but may rollback it if needed (then an exception is thrown).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override void Save()
See Also