HtmlForgeX

API Reference

Enum

ConditionLogic

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Logic operators for combining multiple conditions.

Inheritance

  • Enum
  • ConditionLogic

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ConditionLogic And #

All conditions must be true (AND).

Value: 0
public const ConditionLogic Or #

At least one condition must be true (OR).

Value: 1