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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.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