Click or drag to resize
ListFormControlLoadAndSelectList Method
Loads and selects control.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected virtual void LoadAndSelectList(
	bool forceReload = false
)

Parameters

forceReload (Optional)
Type: SystemBoolean
Indicates if items should be reloaded even if control contains some values
See Also