add method

add(self, data_set)

Adds the specified dataSet to the appropriate record. The dataSet is considered as repeatable if a dataSet with the specified number already exists.


def add(self, data_set):
    ...
Parameter Type Description
data_set groupdocs.metadata.standards.iptc.IptcDataSet The IPTC dataSet to add.

See Also