PFItemBatchSaveTPFItem Method |
Saves multiple items inside a single transaction.
Important note : batch save items without references pre-initialized will slow this operation.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public static void BatchSave<TPFItem>(
IEnumerable<TPFItem> objectsToSave,
bool skipCustomOverrides = false
)
where TPFItem : PFItem
Parameters
- objectsToSave
- Type: System.Collections.GenericIEnumerableTPFItem
All items to save. - skipCustomOverrides (Optional)
- Type: SystemBoolean
If set to true, will not call custom code overrides of method Save without parameters.
Type Parameters
- TPFItem
Return Value
Type:
See Also