Click or drag to resize
CurrentComponentsListRegisterTransformation Method
Registers the transformation within the collection of transformations for current request.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void RegisterTransformation(
	TransformationInfo transformation
)

Parameters

transformation
Type: CMS.PortalEngineTransformationInfo
Transformation object to register within current request
See Also