Click or drag to resize

PFDataBroadcasterNotifyGridViewsForItemUpdate Method (Guid, String)

Called when an item is updated in a controller request. Notifies the user's listening connections to update that item in the gridviews of each page.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static void NotifyGridViewsForItemUpdate(
	Guid itemGuid,
	string userName
)

Parameters

itemGuid
Type: SystemGuid
userName
Type: SystemString
See Also