Example #1
0
 public PrintFormResult GenerateForwardedDocumentPrintForm(string authToken, string boxId, ForwardedDocumentId forwardedDocumentId)
 {
     if (string.IsNullOrEmpty(boxId))
     {
         throw new ArgumentNullException("boxId");
     }
     return(diadocHttpApi.GenerateForwardedDocumentPrintForm(authToken, boxId, forwardedDocumentId));
 }