Click or drag to resize
TransformationInfoProviderSetTransformationInfoInternal Method
Sets the transformation to the database.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetTransformationInfoInternal(
	TransformationInfo transformation
)

Parameters

transformation
Type: CMS.PortalEngineTransformationInfo
Transformation
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when TransformationName is not set or is not in correct format.
See Also