Click or drag to resize
TransformationInfoProviderSetTransformation Method
Saves the specified transformation to the database.

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

Parameters

transformation
Type: CMS.PortalEngineTransformationInfo
Transformation
Remarks
If the transformation of the specified name already exists, it's updated, otherwise a new one is created in the database.
See Also