TagsDBGetFirstTag
This function returns the name of the first project tag in the tags database. It acts like an array pointer, with the array being the tags database, and it may be used in coordination with the function TagsDBGetNextTag either to generate a list of tags in the tags database or to process the tags one at a time, depending on how you write your script.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
TagsDBGetFirstTag | Tags Database | Synchronous | Supported (see “Notes” below) | Not supported | Not supported | Not supported |
Syntax
TagsDBGetFirstTag( optNumProjectOrSystem )
- optNumProjectOrSystem
- Determines whether to get the first tag of the user-defined Project Tags or the pre-defined System Tags:
Value Description 0 Project Tags 1 System Tags This parameter is optional; if you do not specify a tag or value, then the default value is 1.