TrustCenterFinishSigning
Finish signing of document sent to Trust Center if partial signing is turned on.
Syntax
TrustCenterFinishSigning([Document])
Function arguments
- Document – (UNKNOWN) Document sent to sign in Trust Center. It can be value of document field or AttId of attachment
Return value
This function returns String. Returns error description if something went wrong, otherwise the result is an empty string.
Examples
Example 1: This will finish signature process in Trust Center if partial signing is turned on and all signers has made a signature
TrustCenterFinishSigning([Document])