GetSmartCaptureVerificationLink |
Scroll |
Gets the link for the smart capture verification of a document.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetSmartCaptureVerificationLink ( _ nDocNo As Integer, _ bstrReturnUrl As String, _ bstrCancelUrl As String, _ bstrRejectUrl As String _ )As String C# public virtual String GetSmartCaptureVerificationLink ( int nDocNo, string bstrReturnUrl, string bstrCancelUrl, string bstrRejectUrl )
Parameters nDocNo The document number of the document to be verified.
bstrReturnUrl When finishing the verification, the user will be forwarded to this Url.
bstrCancelUrl When the verification is canceled, the user will be forwarded to this Url.
bstrRejectUrl When the smart capture process is rejected, the user will be forwarded to this Url.
Return Value The URI for the smart capture verification. |