Class DocxMailMergeField
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Docx.dll
What happened to one merge field.
public sealed class DocxMailMergeField
- Inheritance
-
DocxMailMergeField
- Inherited Members
Properties
Message
What happened, in the underlying library's words.
public string Message { get; }
Property Value
Name
The field's name, as the template spells it.
public string Name { get; }
Property Value
Status
What happened to it.
public DocxMailMergeFieldStatus Status { get; }
Property Value
Value
The value written into the document, or null when nothing was written.
public string? Value { get; }