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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual void ReloadData(
	bool forceReload
)

Parameters

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