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.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetTransformationName(
	UniViewItemType type,
	int level,
	string conditionValue
)

Parameters

type
Type: CMS.ControlsUniViewItemType
Required item type
level
Type: SystemInt32
Required level
conditionValue
Type: SystemString
Condition value

Return Value

Type: String
Returns transformation name
See Also