XmpArray constructor

__init__(self, array_type, items)

Initializes a new instance of the XmpArray class.


def __init__(self, array_type, items):
    ...
Parameter Type Description
array_type groupdocs.metadata.standards.xmp.XmpArrayType Array type.
items list Array items.

__init__(self, array_type, items)

Initializes a new instance of the XmpArray class.


def __init__(self, array_type, items):
    ...
Parameter Type Description
array_type groupdocs.metadata.standards.xmp.XmpArrayType Array type.
items list Array items.

See Also