CMSAbstractTransformationIfTrue Method |
If input value is evaluated as True then 'true result' is returned, otherwise empty string is returned.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax public Object IfTrue(
Object value,
Object trueResult
)
Parameters
- value
- Type: SystemObject
Value to be evaluated - trueResult
- Type: SystemObject
True result
Return Value
Type:
ObjectSee Also