Skip to content

DetachContentFromSignatureFile

Detaches the embedded content from a signature file and stores the resulting signature as a workflow file.

$Crypto.DetachContentFromSignatureFile(signatureId: string, fileName: string, mimeType: string):FileInfo (FileInfo)

Parameters

string signatureId
    The ID of the signature file.

string fileName
    The name for the resulting signature file.

string mimeType
    The MIME type for the resulting file.

Returns

Information about the created workflow file.

See Also