Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. public class Rootobject
  2. {
  3. public UF_TASK_WEBDAV_FILES[] UF_TASK_WEBDAV_FILES { get; set; }
  4. }
  5.  
  6. public class UF_TASK_WEBDAV_FILES
  7. {
  8. public int ATTACHMENT_ID { get; set; }
  9. public string NAME { get; set; }
  10. public string SIZE { get; set; }
  11. public string FILE_ID { get; set; }
  12. public string DOWNLOAD_URL { get; set; }
  13. public string VIEW_URL { get; set; }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement