| ListFormControlSetControlValue Method | 
            Sets selected item(s) of the 
ListControl based on the given 
value.
            The value may contain more items separated by 
Separator in multiple selection mode.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual void SetControlValue(
	Object value
)
Parameters
- value
- Type: SystemObject
 Value to be set
 See Also
See Also