Click or drag to resize
TypeHelperAddType Method
Adds the type to the type list.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void AddType(
	List<string> list,
	string type
)

Parameters

list
Type: System.Collections.GenericListString
Type list
type
Type: SystemString
Type to add
See Also