Click or drag to resize
ObjectTypeManagerGetTypeInfos Method (Type)
Gets all the type infos registered for the given system type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<ObjectTypeInfo> GetTypeInfos(
	Type type
)

Parameters

type
Type: SystemType
System type

Return Value

Type: IEnumerableObjectTypeInfo
See Also