Exemple #1
0
 public string GeneratePrintFormFromAttachment(string authToken, DocumentType documentType, byte[] content,
                                               string fromBoxId = null)
 {
     return(diadocHttpApi.GeneratePrintFormFromAttachment(authToken, documentType, content, fromBoxId));
 }