Table of Contents

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

string

Name

The field's name, as the template spells it.

public string Name { get; }

Property Value

string

Status

What happened to it.

public DocxMailMergeFieldStatus Status { get; }

Property Value

DocxMailMergeFieldStatus

Value

The value written into the document, or null when nothing was written.

public string? Value { get; }

Property Value

string