CMSAbstractTransformationIfCompare Method |
Transformation "if" statement for guid, int, string, double, boolean, DateTime
The type of compare depends on comparable value (second parameter)
If both values are NULL, method returns false result.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
Syntax public Object IfCompare(
Object value,
Object comparableValue,
Object falseResult,
Object trueResult
)
Parameters
- value
- Type: SystemObject
First value - comparableValue
- Type: SystemObject
Second value - falseResult
- Type: SystemObject
False result - trueResult
- Type: SystemObject
True result
Return Value
Type:
ObjectSee Also