BaseAbstractInfoProvider GetInfoById Method Kentico 8.0 API Reference
Gets the info by its type and ID from the appropriate provider.

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
id
Type: OnlineSystem Int32
ID of the object
exceptionIfObjTypeNotFound (Optional)
Type: OnlineSystem Boolean
If true, an exception is thrown if the object type is not found. If false, the null is returned if the object type is not found

Return Value

Type: BaseInfo
See Also