ObjectTypeManager GetTypeInfo Method Kentico 8.0 API Reference
Gets the type info for the given object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

objectType
Type: OnlineSystem String
Object type
exceptionIfNotFound (Optional)
Type: OnlineSystem Boolean
If true, an exception is fired if the given object type is not found

Return Value

Type: ObjectTypeInfo
See Also