ObjectTransformation GetObject Method Kentico 8.0 API Reference
Gets the given object.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

objectType
Type: OnlineSystem String
Object type
objectId
Type: OnlineSystem Int32
Object ID
directIfNotCached
Type: OnlineSystem Boolean
If true, the method is allowed to get the objects one by one directly from provider if not found registered

Return Value

Type: IDataContainer
See Also