ReplacementFormat

ReplacementFormat enumeration

Specifies the replacement format.

public enum ReplacementFormat

Values

NameValueDescription
Text0Replacement is treated as simple text.
Markdown1Replacement is interpreted as Markdown text.
Html2Replacement is interpreted as Html formatted string.

See Also