| HierarchicalTransformationsGetTransformationName Method | 
            Gets the transformation name for specific item type, level and condition value
            Uses the TransformationConditionTypeEnum for comparison
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string GetTransformationName(
	UniViewItemType type,
	int level,
	string conditionValue
)
Parameters
- type
- Type: CMS.DocumentEngine.Web.UIUniViewItemType
 Required item type
- level
- Type: SystemInt32
 Required level
- conditionValue
- Type: SystemString
 Condition value
Return Value
Type: 
StringReturns transformation name
 See Also
See Also