A folder is a virtual container where files can be stored.
0
votes
2answers
26 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 ...
1
vote
2answers
18 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
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
37 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 ...
1
vote
3answers
418 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. ...
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
39 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 ...
3
votes
1answer
2k views
Sharepoint document library folders
I've got a problem "browsing" folders in my Sharepoint 2010 document library.
In my opinion there are two ways of accessing folders, but I can't see the difference.
1) ...
1
vote
1answer
541 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 ...
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
110 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
49 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"))
{
...
0
votes
1answer
478 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 ...
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
83 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
103 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
33 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
48 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 = ...
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
2answers
80 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
79 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
3answers
4k views
How to copy a folder in SharePoint?
Is there any way by which we can copy a folder from one SharePoint site to another SharePoint site?
I know how to copy documents but I am not finding any way to copy a folder which resides in a ...
0
votes
0answers
29 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 ...
2
votes
1answer
828 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 ...
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
0answers
362 views
Folder Content type gets lost when using a list template
I created a new folder content type that has several columns of data and then created some folders in a list using the content type. I then created a list template and included content. When I created ...
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 ...
0
votes
1answer
117 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 ...
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
1answer
182 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 ...
4
votes
2answers
527 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 ...
0
votes
2answers
249 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 ...
2
votes
1answer
108 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 ...
1
vote
1answer
1k views
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. ...
2
votes
2answers
218 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 ...
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 ...
3
votes
1answer
700 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 ...
9
votes
7answers
19k views
How can I move a document from one directory to another?
How can I move a document into a sub-folder and still maintain its version history from the old location in the new location?
1
vote
3answers
2k views
Item name / title when creating a folder
I am trying to create a list item with a folder content type by setting it's content type id to a folder content type id. The folder is created successfully but the title is set as 1_.000, 2_.000 etc.
...
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 ...
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
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
521 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 ...
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 ...
3
votes
2answers
621 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" };
...





