ForumViewerIFCompare Method |
Returns true or false rusult with dependence on bool condition.
Namespace: CMS.Forums.Web.UIAssembly: CMS.Forums.Web.UI (in CMS.Forums.Web.UI.dll) Version: 12.0.0
Syntax public static string IFCompare(
bool operand,
string trueResult,
string falseResult
)
Parameters
- operand
- Type: SystemBoolean
Bool condition - trueResult
- Type: SystemString
True result - falseResult
- Type: SystemString
False result
Return Value
Type:
StringSee Also