| FormEngineUserControlLoadDefaultProperties Method | 
            Loads the default properties from the given form definition
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also