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)
ParameterTypeDescription
dataSourceFieldNameconst 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