Example #1
0
 public string AttachFile(string busObj, string recId, string attachementName, string attachementData)
 {
     return(_cherwellService.AddAttachmentToRecord(busObj, recId, attachementName, attachementData) ? "True" : GetLastError());
 }
 public bool AttachFile(string busObj, string recId, string attachementName, string attachementData)
 {
     return(_cherwellService.AddAttachmentToRecord(busObj, recId, attachementName, attachementData));
 }