ModuleManager GetObject Method (String, Boolean)Kentico 8.0 API Reference
Gets a new object of the given 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
throwIfNotFound (Optional)
Type: OnlineSystem Boolean
If true, the method throws an exception in case the object type was not found

Return Value

Type: BaseInfo
See Also