Click or drag to resize
TypeHelperAddTypes Method
Adds the specified types to the resulting array.

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

Parameters

list
Type: System.Collections.GenericListString
Current types list
addList
Type: System.Collections.GenericListString
Object types to add
See Also