Aspose::Words::MailMerging::MappedDataFieldCollection::ContainsValue method
MappedDataFieldCollection::ContainsValue method
Determines whether a mapping from the specified field in the data source exists in the collection.
bool Aspose::Words::MailMerging::MappedDataFieldCollection::ContainsValue(const System::String &dataSourceFieldName)
Parameter | Type | Description |
---|---|---|
dataSourceFieldName | const System::String& | Case-sensitive name of the field in the data source. |
ReturnValue
true if item is found in the collection; otherwise, false.
See Also
- Class MappedDataFieldCollection
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++