CMSAbstractTransformationIf Method |
If input value is evaluated as True then 'true result' is returned, otherwise 'false result' is returned.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public Object If(
Object value,
Object trueResult,
Object falseResult
)
Parameters
- value
- Type: SystemObject
Value to be evaluated - trueResult
- Type: SystemObject
True result - falseResult
- Type: SystemObject
False result
Return Value
Type:
ObjectSee Also