BasicFormHandleFieldsValues Method |
Initializes values for invisible fields.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax protected virtual void HandleFieldsValues(
bool useDefaultValue
)
Parameters
- useDefaultValue
- Type: SystemBoolean
Determines whether fields should be loaded with their default values or with the actual ones
See Also