0
votes
2answers
38 views

Sharepoint 2010 Folder in Custom List

I would like to have folders in my custom list in order to have a form of archiving. I was able to enable the folders by going to List Settings -> Advance Settings -> 'Make New Folder command ...
0
votes
1answer
38 views

Setting permissions on folder not working

I am using SharePoint 2010. I set permissions on my folder but yet everyone can still see and access the documents in the folder. What is going on here?
0
votes
2answers
82 views

Get All Items in a Folder (including ALL subfolders)

I am trying to get the count of the number of items in a SPFolder. I have tried several things so far however they seem to break once I add two subfolders. I want the total number of files in all ...
0
votes
1answer
118 views

Sharepoint 2010 search not showing folders in results

I am stumped by this pretty unusual problem. One user cannot see folders as results when searching. Only files within the folder are shown. Only one user has this problem. Many other users with the ...
0
votes
2answers
101 views

can you organize Document Set libraries into Folder Heirarchy?

In my sharepoint designer workflow i create a document set when a project initiation form is submitted. the workflow creates the document set in a document set library. I'd like to organize a folder ...
2
votes
1answer
162 views

How to parse a SharePoint URL to get CSOM objects?

Let's say the only input I have from the user is the full URL to a folder in a Document Library called "Public Documents": http://intranet.contoso.com/SubSite/PublicDocuments/Folder/SubFolder/ Using ...
1
vote
3answers
1k views

Creating Nested Folders via Client Object Model

I'm trying to create nested folders in my document library so it looks like this: http://site/PublicDocuments/Folder1/Folder2/Folder3/ The document library "Public Documents" exists but none of the ...
0
votes
0answers
464 views

SharePoint 2010 - Site Template with Folders

I have ran into an issue where a user has wanted to create a site template of a site that contains folders in a 'Shared Documents' web part. When we create the site template and include the content ...
0
votes
1answer
77 views

Auditing Metadata for folders

I am using Folders in Sharpeoint 2010 Foundation to create document sets as document sets are not supported in Foundation edition. I have created a custom content type inherited from Folder, and I ...
0
votes
0answers
244 views

SP 2010 Folder navigation issue

We have a large document library with alot of folders (lets say 500), when we navigate forward using the page navigation at the bottom and then go back to the first page, SharePoint redirects/jumps to ...
1
vote
1answer
93 views

Handling files and folders

In Sharepoint 2010, is there a way to limit the names that folders and files can be given, and is there a way to set criteria for any document libraries that are created by users? Here is what I'd ...
4
votes
3answers
2k views

How to get SP.Folder for SP.ListItem in SharePoint 2010 JavaScript Client Object Model?

I have a custom button on ribbon for document library and need to disable it if current SPListItem is an empty folder. To disable button I use EnabledScript attribute of CommandUIHandler. I can get ...
2
votes
3answers
795 views

Deactivate email-notifications for SPLists only temporally (and programmatically)

So here's my Problem: I have a list which is used to notificate user. (Announcements) So it's essential that the email notifications work for most of the time. The announcement (items) get saved in ...
1
vote
1answer
642 views

CAML Query for getting all files underneath a folder with treepath

I tried the U2U Caml Query Builder but I think it doesn't use the Recursive-Attribute the right way. I'm trying to build a query for getting all files underneath a folder (there a several folders ...
0
votes
1answer
297 views

Wrong results returned with Sharepoint Client ObjectModel

I'm using the sharepoint client object model for a small application. When I try to get all folders and items from the "Shared Documents"-library, it doesn't return all folders and files. Code: ...
0
votes
1answer
466 views

Why mixed Folder with files after disabling New Folder

I created a document library in SharePoint 2010 and created many files and folders. In the default view (All Documents) the folders display first, followed by files (just as Windows Explorer does). ...
6
votes
3answers
2k views

Show folders in document library that have a filter view

I am using SharePoint 2010 I have a document library with a view that Filter items only when a particular Column is true. The problem now is that when I have a filter in my view the folders in my ...