Aspose::Words::MailMerging::MappedDataFieldCollection::ContainsKey method

MappedDataFieldCollection::ContainsKey method

Determines whether a mapping from the specified field in the document exists in the collection.

bool Aspose::Words::MailMerging::MappedDataFieldCollection::ContainsKey(const System::String &documentFieldName)
ParameterTypeDescription
documentFieldNameconst System::String&Case-sensitive name of the mail merge field in the document.

ReturnValue

true if item is found in the collection; otherwise, false.

See Also