.. index:: 
  !Bioseal.getDocumentName Method
  
.. _id3_bioseal_bioseal_get_document_name_class_method:

===============================================================================
Bioseal.getDocumentName Method
===============================================================================

Module: :ref:`Bioseal<id3_bioseal_bioseal_class>`

Definition
----------

Gets the name of the document.


.. code:: Dart

    String getDocumentName(String? language)

**Parameters**

.. line-block::

    ``language`` String
    :guilabel:`in` The expected language.


**Returns**

.. line-block::

    ``String``
    The name of the document.

**Exceptions**

.. line-block::

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



