==========
item_by_ID
==========

.. py:method:: item_by_ID(self, ID) 

**domain**: server

**language**: python

**class** :doc:`AbstractItem class </refs/server/abstractitem_api>`

Description
===========

``item_by_ID`` searches among all items of the project 
:doc:`task tree </programming/task_tree>`, 
starting with the current item, for an item whose 
:doc:`ID <at_id>` attribute is 
equal to the ``ID`` parameter.

See also
========

:doc:`Task tree </programming/task_tree>`
