예제 #1
0
 protected virtual FileReference BuildFileReferenceResponse(string path, long size)
 {
     return(new FileReference(_pathHelper.GetDirectoryPath(path), path, new FileContent(Path.GetFileName(path), (int)size)));
 }