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 = CdrInitReasonandClassName = 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 = CdrValidatedReasonandClassName = 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. |
