Skip to main content

1E 8.1 (on-premises)

Tagging.Count

Module

Tagging

Method

Count

Library

Core

Action

Get the quantity of tags of the specified type.

Parameters

Scopable (boolean; optional):

  • true - Count number of Device tags (default)

  • false - Count number of Freeform tags

Return values

Count (int): The number of tags of that type.

Example

// Return the number of freeform tags
Tagging.Count(Scopable: false);

Platforms

  • Windows

  • Linux

  • MacOS

Notes