Click or drag to resize
ObjectTransformationDataProviderGetSingleObject Method
Gets a single object by object type and object ID

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected virtual IDataContainer GetSingleObject(
	string objectType,
	int objectId
)

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID

Return Value

Type: IDataContainer
See Also