Introduce GetFolderPath and GetFilePath repository methods
This commit is contained in:
@ -12,5 +12,7 @@ namespace Oqtane.Repository
|
||||
Folder GetFolder(int folderId, bool tracking);
|
||||
Folder GetFolder(int siteId, string path);
|
||||
void DeleteFolder(int folderId);
|
||||
string GetFolderPath(int folderId);
|
||||
string GetFolderPath(Folder folder);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user