Click or drag to resize
HierarchicalTransformations.GetTransformationName Method
Gets the transformation name for specific item type, level and condition value Uses the TransformationConditionTypeEnum for comparison

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetTransformationName(
	UniViewItemType type,
	int level,
	string conditionValue
)

Parameters

type
Type: CMS.DocumentEngine.Web.UI.UniViewItemType
Required item type
level
Type: System.Int32
Required level
conditionValue
Type: System.String
Condition value

Return Value

Type: String
Returns transformation name
See Also