Click or drag to resize
TypeManagerRegisterGenericType Method
Registers a generic type.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static void RegisterGenericType(
	Type type
)

Parameters

type
Type: SystemType
Type to register
Remarks

Registered generic types are used for automatic application state reset within the automated tests.

Use this method in static constructor of a generic type.

See Also