Click or drag to resize
HierarchicalTransformationsGetTransformationName 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.UIUniViewItemType
Required item type
level
Type: SystemInt32
Required level
conditionValue
Type: SystemString
Condition value

Return Value

Type: String
Returns transformation name
See Also