Click or drag to resize

PFPlugin_ItemItemFileConfirmed Method

Method called when a file has been confirmed on an item. A file is confirmed when, after its upload, the parent item is saved with a reference to the file in the FileHolder value.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void ItemFileConfirmed(
	PFItem item,
	PFItem_FileEventArgs args
)

Parameters

item
Type: Packflow.CorePFItem
The item.
args
Type: Packflow.CorePFItem_FileEventArgs
The PFItem_FileEventArgs instance containing the event data.
See Also