1 | getFileChecksum | Signature: getFileChecksum() Description: To get the SHA-1 checksum of the attached file. Here SHA-1 is a type of file checksum calculation. Returns: [String] - File checksum(SHA-1) |
2 | getFileName | Signature: getFileName() Description: To get the name of the attached file. Returns: [String] - File name |
3 | getFileSize | Signature: getFileSize() Description: To get the size of the attached file. Returns: [long] - File size in bytes |
Next Article: Functions Accessible via 'documentService'