Click or drag to resize

PFItemPreInitOwnerItem Method

Initializes owner item before creation.

This allows the item to have access to the OwnerItem property before its creation and obviously before the relation exists.

Important: an exception is thrown if the owner item is invalid or already initialized or if the item is already created in the database.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void PreInitOwnerItem(
	PFItem ownerItem
)

Parameters

ownerItem
Type: Packflow.CorePFItem
See Also