C# Class PAWA.Controllers.FoldersController

Inheritance: Controller
Afficher le fichier Open project: jarradm/PAWA

Méthodes publiques

Méthode Description
GetAllFolders ( ) : IEnumerable
createFolder ( string FolderName, int InFolderID ) : void
getParentID ( int folderId ) : int?

Private Methods

Méthode Description
Create ( string FolderName, int InFolderID ) : System.Web.Mvc.ActionResult

Method Details

GetAllFolders() public méthode

public GetAllFolders ( ) : IEnumerable
Résultat IEnumerable

createFolder() public méthode

public createFolder ( string FolderName, int InFolderID ) : void
FolderName string
InFolderID int
Résultat void

getParentID() public méthode

public getParentID ( int folderId ) : int?
folderId int
Résultat int?