Click or drag to resize

PFDataBroadcasterNotifyGridViewForUpdate Method (String, Boolean)

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 void NotifyGridViewForUpdate(
	string gridViewId,
	bool asyncCall
)

Parameters

gridViewId
Type: SystemString
asyncCall
Type: SystemBoolean
See Also