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

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

Parameters

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