Click or drag to resize
UniGridTransformations.ExecuteTransformation 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: 9.0.0
Syntax
C#
public bool ExecuteTransformation(
	Object sender,
	string name,
	ref Object parameter
)

Parameters

sender
Type: System.Object
Sender component
name
Type: System.String
Transformation name
parameter
Type: System.Object
Transformation parameter which is transformed to the result

Return Value

Type: Boolean
See Also