Click or drag to resize
TypeHelperNewList Method (String)

Note: This API is now obsolete.

Returns a new list created from the given values

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use new List<string> instead.")]
public static List<string> NewList(
	params string[] names
)

Parameters

names
Type: SystemString
Values

Return Value

Type: ListString
See Also