ObjectTransformationGetObject Method (String, Int32, Boolean) |
Gets the given object.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected IDataContainer GetObject(
string objectType,
int objectId,
bool directIfNotCached
)
Parameters
- objectType
- Type: SystemString
Object type - objectId
- Type: SystemInt32
Object ID - directIfNotCached
- Type: SystemBoolean
If true, the method is allowed to get the objects one by one directly from provider if not found registered
Return Value
Type:
IDataContainerSee Also