contains_package method
contains_package
Determines whether package is exist in XMP wrapper.
Returns
true if package found by namespace_uri; otherwise false.
def contains_package(self, namespace_uri):
...
| Parameter | Type | Description |
|---|---|---|
| namespace_uri | str | Package namespace URI. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | Namespace URI could not be null. |
See Also
- module
groupdocs.metadata.standards.xmp - class
XmpPacketWrapper