A folder is a virtual container where files can be stored.

learn more… | top users | synonyms

0
votes
2answers
14 views

Folder creation in Document library using listdata.svc

Do you have any tips how can I create a new folder in a document library using listdata.svc (OData REST interface of SharePoint 2010) from JavaScript? SP creates a new file instead of a folder. I can ...
1
vote
3answers
40 views

Replacing AllItems.aspx with a custom AllItems.aspx

I'm trying to customize the page that is used to show the content of folders in a certain (dynamically created) list. This page appeared to be AllItems.aspx. To customize the page I decided to replace ...
0
votes
3answers
48 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
0answers
8 views

Report against a Forms Library containg folders using Report Builder 3.0

I need to create a report against a forms library conteining infopath forms with several promoted fields. The forms are stored in sub-folders. The query against the forms lib always return the top ...
0
votes
1answer
45 views

Items in folder not showing after filtering

following situation... The goal: i have a document library with different Project folders. Within these folders are various project files (exel - word - pdf etc.) that belong to that specific ...
0
votes
2answers
28 views

Locate empty folders in Sharepoint 2007

I'm trying to work out how I can locate empty folders in Sharepoint 2007 using Powershell. Folder.itemcount doesn't appear to work in 2007.
0
votes
2answers
40 views

SPFolder versions?

I'm using SharePoint 2013 Server. I have a document library with enabled versioning. SPFolder.Item.Versions always returns only one last version of the folder item despite it was modified multiple ...
0
votes
0answers
12 views

Destination Folder field not showing in Upload.aspx

I have a doc lib with 4 folders. when I am at the root and click add, Upload.aspx does not contain the field destination folder. I have the same structure on another site and it works fine. i cant ...
0
votes
1answer
52 views

web.GetFolder() - value does not fall within the expected range. Sharepoint 2010

Below is the code to check if folder exist in doc library on a subsite and if not than create it. using (SPSite site = new SPSite(sharePointSite))//"http://testsite.dev")) { ...
1
vote
0answers
10 views

Set Created By field for Folder in Document Library

I need to migrate documents from xml to Document Library. We can use Files.Add method to create documents with created by and modified by fields. How can we update / create Folders in Document Library ...
0
votes
1answer
85 views

How to get SPListItemCollection from a SPFolder?

I am making a SharePoint 2010 visual web part, and I want to recursively iterate through all files in a document library which has nested folders. I can get a SPListItemCollection for all items and ...
0
votes
1answer
111 views

PowerShell: Upload documents to folder in document library

I'm using SharePoint Foundation 2010. I have to make a PowerShell script that copies a structure found on a network share. Its all good except for one thing... I know how to make Document Library's ...
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
1answer
49 views

Create a tree of folders in the list instance of a document library

I created a document library list (in visual studio) and I want to set a tree of folders in the list instance not programmatically but in the element.xml file
1
vote
1answer
36 views

Unable to approve folder in Master Page Gallery

I am an administrator/developer and I have created a news site publishing site and all everything in the "Master Page Gallery" Needs to be approved. First I tried to use 'PublishingSite.PageLayouts' ...
1
vote
1answer
49 views

In a SharePoint List I cannot see items that are in a folder

I have a sharepoint list (Not Library), where I am programatically adding in a folder: SPList list = web.Lists[ListID]; SPFolder parent = list.RootFolder; SPFolder child = ...
0
votes
2answers
83 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 ...
1
vote
3answers
89 views

Move Files from a SharePoint Library into a Folder

I have a problem. I want to move files from a SharePoint library into a folder using PowerShell. To be more specific I need to move all the files in the library for whose a SharePoint field value ...
0
votes
1answer
86 views

Search for specific folder in library with CAML

I'm looking for a way to search for folder which name starts of 'Foo' using caml query in list. How can I narrow results to return only folders?
0
votes
0answers
30 views

Creating Document Libraries Using WebDav Interface

I am currently developing an app that uses the WebDav HTTP protocol to communicate and handle interactions with a Sharepoint site. While I can use a MKCOL request to create directories within a ...
0
votes
1answer
25 views

About SPFolders & DocumentSets

I've been working in a feature for mi current project that involves folders. I've noticed that If you add files or subfolders to a folder and then you try to update the folder's metadata an exception ...
1
vote
0answers
31 views

Connect to a Shared Folder on a new computer

I have been using SharePoint Shared Folders as a backup and synching mechanism for my working documents on my laptop. I created a Shared Folder (I called it "Synchronize") for myself and keep all my ...
1
vote
1answer
201 views

SharePoint 2010 Add new item link disappears with broken inheritance

Hello Stackexchange SharePoint masters :) I've been a long time reader of this marvelous source of information but at long last I could not find a solution to a problem I encountered so I figured it ...
0
votes
1answer
119 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
1answer
112 views

ItemUpdating event not firing on folder rename w/ Windows Explorer

I have an Item Updating event receiver that needs to fire when a document library folder is renamed. Everything works perfect when a user renames the folder with the SharePoint UI. However, if ...
0
votes
1answer
183 views

How to move a document from SharePoint folder to local directory in a drive?

I know there is a workflow to move documents from one folder (or a library) to a different one inside the SharePoint based on their approval status or version number etc. But I want to move 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 ...
4
votes
2answers
534 views

Get all Files from sub folder of a certain content type

my problem is I have a document library with sub folders. Also the document library got more than one content type. Is there a way to create a CAML or LINQ query to get all files of a certain content ...
2
votes
1answer
109 views

copy the name of a folder to a column

Is there an out of the box way in SP2010 to copy the name of a folder to a column? Or a workflow to do it? For example. I have a folder content type called scholar and it will be named the scholar's ...
2
votes
2answers
219 views

Get content Type order in C#

I am building a web part that would be added to the bottom of every library view and would display the folder content types making it easy to create a new folder (rather than having to go to documents ...
2
votes
1answer
839 views

CSOM Get ListItem of Folder

In an application I'm working on, I'm interacting with SharePoint (2010) via the .NET Client-Side Object Model, and am trying to account for a large number of possible configurations of document ...
1
vote
3answers
421 views

SharePoint document library permissions by level?

I've got a SharePoint document library with a folder structure as follows: The library is called Customers. Inside of this library, there are about 150 folders for each of our different customers. ...
3
votes
1answer
709 views

“+ Add Document” link missing for some users

Running SharePoint 2010. I have a library that has a folder for each user. Each user has contribute rights to their own folder. However, for some users, even if I give them Full Control, they never ...
1
vote
0answers
82 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 ...
1
vote
0answers
74 views

“Choose folder” dialog in document library reacts really slow

While uploading a document into a library I want to choose in which folder the document should be uploaded. When I choose a folder the PickerTreeView.aspx answers really slow. Example image where ...
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 ...
2
votes
1answer
540 views

How to create a folder in SharePoint 2010 document library using REST or HTTP methods

I am using Java to make calls to the SharePoint REST Interface to get list items of a document library and HTTP methods to upload documents to SharePoint. But, I am having a difficult time trying to ...
1
vote
2answers
88 views

Can i filter folders to show on different views

How can i make it so that certain folders appear on different views? ex: View 1 (Folder A, Document A1, Document A2, Document A3) View 2 (Folder B, Document B1, Document B2, Document B3) View 3 ...
0
votes
1answer
482 views

Create a folder structure in a discussion board

How can I create a folder structure in a discussion board? I have already tried this solution: 1) Create a new Site Content Type say called 'Thread Folder' based on the Folder Content Type with ...
0
votes
2answers
252 views

getting my Document's parent sharepoint Folder

I have a sharepoint document library containing documents and folders (the folders are newly introduced as a new content type derived from folder) and I'm having an event reciever on document added ...
0
votes
1answer
430 views

SharePoint search: show only folders in results

What is the best way to show only folders in the search results? I've tried adding a search refiner for Content Type but the Content Type search refiner doesn't show up. And yes, I've added a new ...
1
vote
1answer
1k views

When I create a folder porgrammatically get the error “Invalid item data — missing FileRef”

I trying to add programmatically the detested Folder. I do the following foreach (SPListItem reparto in reparti.Items) { var folder = dl.Items.Add(dl.RootFolder.ServerRelativeUrl, ...
3
votes
2answers
625 views

XsltListViewWebPart forgetting current web when being rendered on Layouts page

I'm adding a very simple XsltListViewWebPart to an application page. Like so: XsltListViewWebPart lvWebPart = new XsltListViewWebPart { ChromeType = PartChromeType.None, ListUrl = "/somesite/list" }; ...
0
votes
1answer
243 views

A folder item is not returned by SubFolder properties after its creation

I have a SharePoint list (not a library) that accept the creation of folders. I have written a small utility method that allow me to create a folder hierarchy if it does not yet exists : public ...
1
vote
1answer
543 views

Hide content type on “Add new item” ribbon button in folder

I have a problem which concerns hiding content types in the "Add new item"-Ribbon-Button. In Visual Studio, I defined 2 custom content types (derived from the default folder content type) and a ...
3
votes
1answer
1k views

SPFolder vs SPListItem

I've trying to build a tree view which will show a Sites Lists and folders. This is an external application so I have to communicate with WSS3 through web services. Site |-List | |-Folder | ...
0
votes
0answers
66 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
3answers
1k views

The advised place to put images and css files

I've been looking on the net for some advise and explanation about where to put my custom css and images for the master page in sharepoint 2010. I'm now busy with branding the portal and i'm a bit ...
0
votes
0answers
240 views

How to “link” two ListViewWebPart to look at the same RootFolder programmatically

I have a webpart which contains 2 ListView Web Part: one of them has a view that shows folder, the other one the docs. The code I've written is this: private ...

1 2 3