Method doc.MailMerge.GetFieldNamesEx() is missing in 3.0

string[] FieldNames = doc.MailMerge.GetFieldNamesEx();

I use the following line in my code prior to version 3.0 and it works fine, but when I applied 3.0 it will not compile with the following line, Method doc.MailMerge.GetFieldNamesEx() is missing in 3.0.

Hi,

Thank you for considering Aspose.

MailMerge.GetFieldNamesEx has been changed to MailMerge.GetFieldNames that now does its job. Thanks for the report, we’ve added information about this change here:

https://docs.aspose.com/words/net/