ForumViewerIFCompare Method |
Returns true or false rusult with dependence on bool condition.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
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