ObjectTypeManagerGetTypeInfo Method |
Gets the type info for the given object type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic 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