FormEngineUserControlLoadDefaultProperties Method |
Loads the default properties from the given form definition
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax 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