Configure maximum count of files shown in filemanager
Web.config under the <appSettings>section
FileManagerMaxFileCount
E.g:
<add key="FileManagerMaxFileCount" value="5000" />
The value defaults to 1000 if the setting is not present in web.config.
Web.config under the <appSettings>section
FileManagerMaxFileCount
E.g:
<add key="FileManagerMaxFileCount" value="5000" />
The value defaults to 1000 if the setting is not present in web.config.