* README.md: blanked: not clear enough
* FileSystemController.cs: Fixes the route to user's Files by an Admin. * FileSystemManager.cs: * Fixes the dir separator usage * Adds a method to validate a directory or file name * YavscModel.csproj: * Commande.cs: FileInfoCollection is now removed * FileInfoCollection.cs: * DirNotFoundException.cs: Removes useless code
This commit is contained in:
parent
679a249faf
commit
3fa55acf2e
10 changed files with 86 additions and 202 deletions
|
|
@ -5,6 +5,7 @@ using Yavsc.Model.WorkFlow;
|
|||
using Yavsc.Model.FileSystem;
|
||||
using System.Web;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
|
||||
namespace Yavsc.Model.FrontOffice
|
||||
|
|
@ -43,7 +44,7 @@ namespace Yavsc.Model.FrontOffice
|
|||
/// </summary>
|
||||
public Dictionary<string,string> Parameters = new Dictionary<string,string> ();
|
||||
|
||||
FileInfoCollection Files {
|
||||
IEnumerable<FileInfo> Files {
|
||||
get {
|
||||
return GetFSM().GetFiles (Id.ToString());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue