Click or drag to resize
ObjectTypeManagerGetTypeInfos Method (ListRegisterObjectTypeAttribute)
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(
	List<RegisterObjectTypeAttribute> list
)

Parameters

list
Type: System.Collections.GenericListRegisterObjectTypeAttribute
List of registered types

Return Value

Type: IEnumerableObjectTypeInfo
See Also