.. index:: 
  !Field.containsExtension Method
  
.. _id3_bioseal_field_contains_extension_class_method:

===============================================================================
Field.containsExtension Method
===============================================================================

Module: :ref:`Field<id3_bioseal_field_class>`

Definition
----------

Returns a value indicating whether the field (or one of its child fields) contains an extension of the specified type.


.. code:: Dart

    bool containsExtension(FieldExtensionType extensionType)

**Parameters**

.. line-block::

    ``extensionType`` :ref:`FieldExtensionType<id3_bioseal_field_extension_type_enum>`
    :guilabel:`in` The field extension type.


**Returns**

.. line-block::

    ``bool``
    A value indicating whether the field (or one of its child fields) contains the specified extension.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



