How to change folder properties inside a sharepoint library
-
We have an existing SharePoint library that was created years ago for project management. The users who used to manage it are no longer with the company. The library is setup with multiple folders. The users who have left the company had some way of assigning values to the library columns for these folders. For example, There is a column "Active" that indicates whether the project is active or not. Some of the folders are marked "Yes" for this column. I cannot figure out how they edited that field. Regular documents allow me to check out the document, and edit the field, folders do not. The column is grayed out in datasheet view, and missing from the properties form. Is there someway to do this through the GUI, or were they likely using a 3rd party product to make the change?
-
Answer:
Do you have permissions? Perhaps they used PowerShell? When you say "years ago" I assume we're talking SP 2007? http://nickgrattan.wordpress.com/2007/09/03/preparing-powershell-for-sharepoint-and-moss-2007/ http://www.powershell.nu/2009/09/08/moss-2007-script-collection/ Here's a start. Hope that helps. ================================================================== ADDITION: Get the collection: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.folders.aspx Get the folder: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfolder.aspx Change the properties: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfolder.properties.aspx The Object Model in PowerShell is the same as the SharePoint Server Object Model, just the syntax is different. http://sergeluca.wordpress.com/2011/09/07/my-sharepoint-2010-powershell-tutorial-for-sharepoint-200-developers/ PowerShell is critical for any SharePoint admin to learn, so now's as good a time as any.
Rick at SharePoint Visit the source
Related Q & A:
- how to How to change button properties from another class?Best solution by stackoverflow.com
- How to get file properties from a post request using Slim?Best solution by Stack Overflow
- How to return multiple objects of a specific library in R?Best solution by Stack Overflow
- How to change my name to a nickname on Yahoo messenger?Best solution by Yahoo! Answers
- How to change your name in a passport?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.