Click or drag to resize
ObjectTransformationDataProviderGetObject Method
Gets the given object.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public 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: IDataContainer
See Also