Skip to content

AttachContentToSignatureFile¶

Attaches the content to a signature and returns the new file information.

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

Parameters¶

string contentId
    The ID of the file content.

string signatureId
    The ID of the signature file.

string fileName
    The name of the resulting file.

string mimeType
    The MIME type of the resulting file.

Returns¶

The signature-attached file information.

See Also¶