Click or drag to resize
IDataUserControlReloadData Method
Reloads control's data.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
void ReloadData(
	bool forceLoad
)

Parameters

forceLoad
Type: SystemBoolean
Indicates whether the load should be forced
See Also