Click or drag to resize
CMSFormLoadForm Method
Loads the child controls at run-time.

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

Parameters

forceReload
Type: SystemBoolean
Forces nested BasicForm to reload if true
See Also