Click or drag to resize
UniGridTransformationsExecuteTransformation Method
Executes the given transformation, returns true if the transformation was found and executed

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public bool ExecuteTransformation(
	Object sender,
	string name,
	ref Object parameter
)

Parameters

sender
Type: SystemObject
Sender component
name
Type: SystemString
Transformation name
parameter
Type: SystemObject
Transformation parameter which is transformed to the result

Return Value

Type: Boolean
See Also