Aspose::Words::MailMerging::MappedDataFieldCollection::Add method

MappedDataFieldCollection::Add method

Adds a new field mapping.

void Aspose::Words::MailMerging::MappedDataFieldCollection::Add(const System::String &documentFieldName, const System::String &dataSourceFieldName)
ParameterTypeDescription
documentFieldNameconst System::String&Case-sensitive name of the mail merge field in the document.
dataSourceFieldNameconst System::String&Case-sensitive name of the field in the data source.

See Also