VerifierClassify
This event triggers in Verifier in the following cases.
-
When the user opens the Class list for a document, the event triggers with
Reason = CdrInitReason
andClassName = initial Class name
. -
When the user closes the Class list, for example, by pressing Enter or by selecting a new document, the event triggers with
Reason = CdrValidatedReason
andClassName = new Class name
.
Syntax
ScriptModule_VerifierClassify (pWorkdoc as ISCBCdrWorkdoc, Reason as CdrVerifierClassifyReason, ClassName as String)
Parameter | Description |
---|---|
pWorkdoc | Reference to the currently processed document. |
Reason | The reason why the script routine decided to reject or accept the
document. Possible values |
ClassName | The name of the document class to which it is classified manually. |