Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How to create 'file size' column for a document library view?

  Asked By: Darren Andrews         Date: Mar 24, 2010      Category: Sharepoint      Views: 1590
 

I want to show the file size of a document in a view, if possible even with a download time indicator... I suppose it's certainly possible, but what's the best way? I know that the file size is shown in the version history list. How to show it in a regular view?

Tagged:                    

 

1 Answer Found

 
Answer #1       Answered By: Tricia Mullins          Answered On: Mar 24, 2010       

The default view  for a Document Library "All Documents" does not include the file  size column. You can either modify this view or can create  a new custom view and set that view as default view.

In case, If you don't see the file size  column, then probably the column  is hidden. In this case, you can use the object model, iterate through the list  columns and mark it hidden = false.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].