Click or drag to resize
BasicFormHandleFieldsValues Method
Initializes values for invisible fields.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
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