Click or drag to resize
ObjectTypeManagerGetTypeInfo Method
Gets the type info for the given object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static ObjectTypeInfo GetTypeInfo(
	string objectType,
	bool exceptionIfNotFound = false
)

Parameters

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

Return Value

Type: ObjectTypeInfo
See Also