Click or drag to resize
AttachmentsControlReloadData Method (Boolean)
Reloads data of the control.

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

Parameters

forceReload
Type: SystemBoolean
Indicates if data reload should be forced
See Also