Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduced in build 8.7

Description

Sets a list of mergefields to be ignored during processing.

C#
vb.net

Parameters

mergefields
An array of strings containing the names of all the mergefields to be ignored.

Exceptions

NullArgumentException
MergeFieldsToIgnore will throw this exception if mergefields is null.

Remarks

This feature is available in OOXML files (DOCX/DOCM) only.
The MergeField name must match exactly, including case and options.

Examples

C#
vb.net
  • No labels