Example #1
0
 public byte[] GetForwardedEntityContent(string authToken, string boxId, ForwardedDocumentId forwardedDocumentId,
                                         string entityId)
 {
     if (string.IsNullOrEmpty(boxId))
     {
         throw new ArgumentNullException("boxId");
     }
     return(diadocHttpApi.GetForwardedEntityContent(authToken, boxId, forwardedDocumentId, entityId));
 }