Click or drag to resize
IFieldEditorControlUpdateConfiguration Method
Updates parameters collection of parameters and values according to the values of the inner controls. Parameters collection which should be updated will be passed from Field editor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
void UpdateConfiguration(
	Hashtable config
)

Parameters

config
Type: System.CollectionsHashtable
Parameters collection
See Also