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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
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