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)
Parameter | Type | Description |
---|---|---|
documentFieldName | const 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
- Class MappedDataFieldCollection
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++