IsFingerPrintClass

Connects to the fingerprint database and verifies that the specified fingerprint class contains the fingerprint ID of the current page.

Syntax

bool IsFingerPrintClass (StrParam)

Parameters

Two comma separated parameters:
  1. The database connection string. Smart parameters are supported.
  2. Fingerprint class.

Returns

False if called with the wrong number of parameters, on the wrong level, if the fingerprint ID does not exist in the specified class.

Level

Page Level.

Details

Example
ChkDCOStatus("75")
IsFingerPrintClass("@APPVAR(*/fingerprintconn:cs)+,[New]")
DeleteFingerprint()
IncrementBatchVar("Deleted New Fingerprint")

A parameter of [New] checks to see if the fingerprint exists in the new class, and if it does, follow on actions can perform further processing.