.. highlightlang:: us .. _updf_stat_get_type: updf_stat_get_type ================== .. index:: updf_stat_get_type .. us.tag updf_stat_get_type NOTREADYENGLISH updf updf-enum New560 :ref:`updf_stat_get_type` returns the type of an element. .. function:: etype = updf_stat_get_type(stat) .. us.return **Return Value** *etype* is one of the following values: .. list-table:: :header-rows: 0 * - UPDF_STORAGE (0) * - UPDF_STREAM (1) .. us.params **Parameters** .. uparam:: stat *stat* is a stat object returned by :ref:`updf_enum_next`. .. us.example **Example** See :ref:`updf_enum_begin`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.6.0 - New. .. seealso:: :ref:`overview-updf-files`, :ref:`updf_enum_next` :sub:`id-462564`