1
vote
0answers
69 views

Unable to seperate normal and hidden folder such as “Forms” [SPFolder Object Model ]

While performing certain task in a console application, i am unable to separate normal folder and hidden ones such as "Forms","FormServerTemplates" etc. I am using SPFolder in the obejct model. I have ...
0
votes
0answers
65 views

Issues with saving Excel Document on close

I'm having some rather weird issues with one folder in my document library which contains about 4 Excel documents. Here is the sequence on what the users do to edit the files: Click document > edit ...
1
vote
0answers
125 views

Email to Document Library - Place attachments in sub folders

I am having issues with scheduling Crystal Reports to go into specified folders so I am taking a different route and using emails & attachments. As the title suggests, I'd like to automate where ...
1
vote
1answer
818 views

GetListItems on Lists.asmx returns all items, not just the specified folder

I'm trying to call the Lists.asmx webservice to retrieve only those items within a Folder named "Admin" in my SharePoint list. The webservice 'works' for me to some degree, but not as I expect. The ...
4
votes
2answers
778 views

Make a folder in a document library read only without using security

I have a document library with about 25,000 folders in it, each folder represents a task in our task system and is used as a document repository for those tasks. Of the 25,000 tasks about 22,000 are ...
0
votes
1answer
231 views

Can a workflow be associated to a folder without custom code?

My client has a document library that contains a folder for each "case" they are working on. These "case" folders contain various documents related to the case. They would like to be able to add a ...
0
votes
3answers
2k views

Show number of items in Folder in ListView

I'm looking for a solution that displays the number of items that are stored in a folder of a list. Maybe this can be done with javascript/jquery, but I actually don't want to reinvent the wheel. If ...
0
votes
3answers
510 views

How do I allow users to create folders but not delete folders?

How can I allow users to create folders but not delete folders in SharePoint 2007?
3
votes
1answer
171 views

Trouble copying a folder with a workflow

I'm using a "display" flag for people to only see what they care about, when display is set to "no" i just copy the item to a different list and remove it from the original list. I am using a ...
0
votes
2answers
2k views

Rename file in a document library folder

This is all good except my file is located in a folder called "Shared Folder" under shared documents library. SPSite oSite = new SPSite ("http://<sitename>/"); SPWeb oWeb = ...
0
votes
1answer
978 views

How can I hide a folder?

What else do I need to add to following code to make sure the folder is hidden or read only? SPListItem createFolder = myDocLib.Folders.Add(myDocLib.RootFolder.ServerRelativeUrl, ...