> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IRuleTags

> IRuleTags is a collection of IRuleTag objects in FlexiCapture scripts, with a HasTagWithValue method to test whether a rule has a tag with a given value.

## What it does

Represents a collection of [IRuleTag](/flexi-capture/appendix/scripts/iruletag) objects.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Methods

| **Definition**                     | **Description**                                                                                                           |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| HasTagWithValue( string tagValue ) | Checks if a tag with the specified value is present in the collection. Returns **true** if it is, **false** if it is not. |
