I've implemented a custom virtual path provider that reads files and directories from an external xml source. I'm using EPiServer 7.1. My implementation of a file derives from EPiServer.Web.Hosting.UnifiedFile and reports the size of a file by overriding the property "Length".
When the contents of a directory is listed in the File Management admin module, the size column is not shown, only the name column. If i click "Show thumbnails", the column with the thumbnails is shown correctly with thumbnails, but still no size column.
If I right-click a file and choose "Show File Summary", the correct size is shown there.
Is there any reason why the size column would be hidden in a custom virtual path provider?
I've implemented a custom virtual path provider that reads files and directories from an external xml source. I'm using EPiServer 7.1. My implementation of a file derives from EPiServer.Web.Hosting.UnifiedFile and reports the size of a file by overriding the property "Length".
When the contents of a directory is listed in the File Management admin module, the size column is not shown, only the name column. If i click "Show thumbnails", the column with the thumbnails is shown correctly with thumbnails, but still no size column.
If I right-click a file and choose "Show File Summary", the correct size is shown there.
Is there any reason why the size column would be hidden in a custom virtual path provider?