Click or drag to resize
IFieldEditorControlLoadConfiguration Method
Sets inner controls according to the parameters and their values included in configuration collection. Parameters collection will be passed from Field editor.

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

Parameters

config
Type: System.CollectionsHashtable
Parameters collection
See Also