| BasicRepeaterReloadData Method  | 
            Reloads the control data, skips the loading if the data is already loaded.
            
 
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntaxpublic virtual void ReloadData(
	bool forceReload
)
Parameters
- forceReload
 - Type: SystemBoolean
If true, the data is reloaded even when already loaded 
See Also