tag_supports_multiple_values


Description:

[ Version ( since = "0.16.0" ) ]
public bool tag_supports_multiple_values (string tag) throws Error

Check whether a tag supports multiple values.

Multiple value tags are Xmp tags of type "XmpAlt", "XmpBag", "XmpSeq" or "LangAlt", or Iptc tags marked as Repeatable (which can be of any Iptc type). There are no multiple value Exif tags.

The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html

Parameters:

this

An instance of [class@GExiv2.Metadata]

tag

An Exiv2 tag

Returns:

Whether tag is capable of storing multiple values or not. If tag is undefined (i.e. not built-in and not added to this), then throws is set and false is returned.