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