CurrentComponentsListRegisterTransformation Method |
Registers the transformation within the collection of transformations for current request.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax public void RegisterTransformation(
TransformationInfo transformation
)
Parameters
- transformation
- Type: CMS.PortalEngineTransformationInfo
Transformation object to register within current request
See Also