Tests

Property
Description
ReqField
Name portion of a name-value pair. This can also be one of the following reserved names:
  • TL_URLEXT
  • TL_URLTAIL
  • TL_VIRTUALDIR
ReqOp
Operation to perform - options are:
  • EQ or =
  • NE or != or <>
  • GT or >
  • LT or <
  • CONTAINS
  • PARTOF
  • PARTOFLIST
ReqVal
Literal value or field name (set ReqValIsField=True for field name). If ReqOp=PARTOFLIST, this value must specify a list of values that are separated either by a semicolon or another delimiter (specified by using ListDelimiter).
ReqValIsField
True or False indicating whether ReqVal contains a field name.
ListDelimiter
The character that is used to separate list items in ReqVal when ReqOp=PARTOFLIST. The default is a semicolon, ;.
CaseSensitive
True or False value that is indicating whether the searches for field names must be case-sensitive. Default is False. Setting this to True speeds up searches.
Not
True or False value. If set to True, then the result of the test evaluation is inverted (logical NOT).