Click or drag to resize
ObjectTransformationDataProviderSetDataHandlerForType Method
Sets the default data handler for the given object type

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void SetDataHandlerForType(
	string objectType,
	Func<IEnumerable<int>, IGeneralIndexable<int, IDataContainer>> handler
)

Parameters

objectType
Type: SystemString
Object type
handler
Type: SystemFuncIEnumerableInt32, IGeneralIndexableInt32, IDataContainer
Handler to set
See Also