Click or drag to resize
CMSDialogHelperGetListFromString Method
Returns array list from input string.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static ArrayList GetListFromString(
	string input
)

Parameters

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

Return Value

Type: ArrayList
See Also