Click or drag to resize

PFDataBroadcasterNotifyGridViewForUpdate Method (String)

Called when an item is created or updated in a controller request having the SourceGridViewId parameter. Notifies the corresponding gridview for update.

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 NotifyGridViewForUpdate(
	string gridViewId
)

Parameters

gridViewId
Type: SystemString
See Also