Click or drag to resize
BasicRepeaterReloadData Method
Reloads the control data, skips the loading if the data is already loaded.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public virtual void ReloadData(
	bool forceReload
)

Parameters

forceReload
Type: SystemBoolean
If true, the data is reloaded even when already loaded
See Also