Click or drag to resize

PFItemPageBroadcasterItemUpdated Method

Called when an item has changed from the UI. Broadcasts the new version to connected clients.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void ItemUpdated(
	PFItem item,
	ControllerContext controllerContext,
	string fileName,
	string url
)

Parameters

item
Type: Packflow.CorePFItem
controllerContext
Type: ControllerContext
fileName
Type: SystemString
url
Type: SystemString
See Also