예제 #1
0
 public GetForwardedDocumentsResponse GetForwardedDocuments(string authToken, string boxId,
                                                            GetForwardedDocumentsRequest request)
 {
     if (string.IsNullOrEmpty(boxId))
     {
         throw new ArgumentNullException("boxId");
     }
     return(diadocHttpApi.GetForwardedDocuments(authToken, boxId, request));
 }