ObjectTransformationDataProvider GetObject Method Kentico 8.1 API Reference
Gets the given object.

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

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