| | |
| | | } |
| | | |
| | | public static string GetImageBase64(string id){ |
| | | List<ContentVersion> version = [select VersionData from ContentVersion where ContentDocumentId =: id]; |
| | | List<ContentVersion> version = [select VersionData from ContentVersion where Id =: id]; |
| | | // List<Attachment> atts = [SELECT Id, IsDeleted, ParentId, Name, IsPrivate, ContentType, BodyLength, Body, OwnerId, CreatedDate, CreatedById, LastModifiedDate, LastModifiedById, SystemModstamp, Description FROM Attachment where id=:id]; |
| | | if (version.size()==0) { |
| | | return null; |