added Method OCP\Files\Cache\ICache::getFolderContentsByIdExceptHidden

Signed-off-by: wronny <github@wron.de>
optionally-hide-hidden-files-in-public-share-access
wronny 6 months ago
parent d902486c53
commit 52920b2d08

@ -82,6 +82,17 @@ interface ICache {
*/
public function getFolderContentsById($fileId);
/**
* get the metadata of all files stored in $folder except hidden files
*
* Only returns files one level deep, no recursion
*
* @param int $fileId the file id of the folder
* @return ICacheEntry[]
* @since 9.0.0
*/
public function getFolderContentsByIdExceptHidden($fileId);
/**
* store meta data for a file or folder
* This will automatically call either insert or update depending on if the file exists

Loading…
Cancel
Save