Skip to content

AttachContentToSignatureFile

Attaches the content to signature and returns new file id

1
$Crypto.AttachContentToSignatureFile(contentId: string, signatureId: string, fileName: string, mimeType: string):FileInfo

Parameters

string contentId
    Id of file content

string signatureId
    Id of signature file

string fileName
    Name of resulting file

string mimeType
    Mime type of resulting file

Returns

Signature attached file info

See Also