| ModuleManagerGetObject Method (String, Boolean) | 
            Gets a new object of the given type.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static BaseInfo GetObject(
	string objectType,
	bool throwIfNotFound = false
)
Parameters
- objectType
 - Type: SystemString
Object type - throwIfNotFound (Optional)
 - Type: SystemBoolean
If true, the method throws an exception in case the object type was not found 
Return Value
Type: 
BaseInfo
See Also