ObjectTransformationDataProviderGetSingleObject Method |
Gets a single object by object type and object ID
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected virtual IDataContainer GetSingleObject(
string objectType,
int objectId
)
Parameters
- objectType
- Type: SystemString
Object type - objectId
- Type: SystemInt32
Object ID
Return Value
Type:
IDataContainerSee Also