TrustCenterGetSigners

Returns emails of signers having specified type. The result is string with emails separated by commas.

Syntax

TrustCenterGetSigners([Document], Type)

Function arguments

  • Document – (UNKNOWN) Document to check. It can be value of document field or AttId of attachment
  • Type – (String) Determines what kind of signers will be returned from Trust Center. Supported values are: „all”, „signed”, „notsigned”, „rejected”

Return value

This function returns String. Comma separeted string

Examples

Example 1: Returns emails of people who did not yet signed this document.

TrustCenterGetSigners([Document], "notsigned")