ModuleManagerGetObject Method (String, Boolean) |
Gets a new object of the given type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public 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:
BaseInfoSee Also