Aspose::Words::MailMerging::FieldMergingArgsBase::get_FieldName method

FieldMergingArgsBase::get_FieldName method

Gets the name of the merge field in the data source.

System::String Aspose::Words::MailMerging::FieldMergingArgsBase::get_FieldName() const

Remarks

If you have a mapping from a document field name to a different data source field name, then this is the mapped field name.

If you specified a field name prefix, for example “Image:MyFieldName” in the document, then FieldName returns field name without the prefix, that is “MyFieldName”.

See Also