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: 12.0.0
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