Click or drag to resize
ListControlExtensions Class
Extension methods for list controls.
Inheritance Hierarchy
SystemObject
  CMS.ExtendedControlsListControlExtensions

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static class ListControlExtensions

The ListControlExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSelectedItems
Returns all selected items.
Public methodStatic memberHasValue
Returns true when at least one item is selected.
Public methodStatic memberSortItems
Sorts list items alphabetically.
Top
See Also