CMSDialogHelper GetListFromString Method Kentico 8.1 API Reference
Returns array list from input string.

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

Parameters

input
Type: OnlineSystem String
Input string contains values separated with '|' (value1|value2|...)

Return Value

Type: OnlineArrayList
See Also