Click or drag to resize
TypeHelperGetTypes Method
Resolves the object types.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static List<string> GetTypes(
	string objectTypes
)

Parameters

objectTypes
Type: SystemString
Object types constants separated by semicolon

Return Value

Type: ListString
See Also