HierarchicalTransformationsGetTransformationName Method |
Gets the transformation name for specific item type, level and condition value
Uses the TransformationConditionTypeEnum for comparison
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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:
StringReturns transformation name
See Also