ControlsHelper GetDropDownListSource Method Kentico 8.0 API Reference
Returns dataset with columns Text and Value for a dropdown list source. If resource prefix is defined, text is resolved as resource string "[prefix].value"

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

items
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
resourcePrefix (Optional)
Type: OnlineSystem String

Return Value

Type: OnlineList OnlineListItem 
See Also