Click or drag to resize
TransformationConditionTypeEnum Enumeration
Transformation condition enumeration.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public enum TransformationConditionTypeEnum
Members
  Member nameValueDescription
Equal0 The input value must be equal to the data value.
NotEqual1 The input value must not be equal to the data value.
Like2 The input value must be equal or part of the data data value.
NotLike3 The input value must not be equal or part of the data data value.
In4 The input value must be in list of data value.
NotIn5 The input value must not be in list of data value.
See Also