Click or drag to resize
FormEngineUserControlLoadDefaultProperties Method
Loads the default properties from the given form definition

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public void LoadDefaultProperties(
	FormInfo fi = null,
	bool forceValues = true
)

Parameters

fi (Optional)
Type: CMS.FormEngineFormInfo
Form information to load
forceValues (Optional)
Type: SystemBoolean
Indicates if existing parameter values should be overridden
See Also