Esempio n. 1
0
 public string GetDownloadUrl <T>(FileEntry <T> fileEntry)
 {
     return(FilesLinkUtility.GetFileDownloadUrl(fileEntry.ID));
 }