Hello,
I'm trying to read the filesize of a document object with the LAPI (Java).
I can get other attributes like name or creation date, but if I try to get FileDataSize, as stated in the LAPI reference, I get an Unknown-Attribute-Exception:
record.toInteger("FileDataSize") (record is an LLValue).
Thanks for your help!
Best regards
Andy
I'm trying to read the filesize of a document object with the LAPI (Java).
I can get other attributes like name or creation date, but if I try to get FileDataSize, as stated in the LAPI reference, I get an Unknown-Attribute-Exception:
record.toInteger("FileDataSize") (record is an LLValue).
Thanks for your help!
Best regards
Andy