Document library is a list for storing documents
3
votes
2answers
94 views
Document Library that contains all Documents from subsites
I want to create a documentlibrary on the parent site of a bunch of subsites.
All those subsites have their own documents. I want the parent documentlibrary to
contain all those documents of the sub ...
1
vote
2answers
45 views
Difference between a Document Library and a Document Workspace
I've created a new document library, uploaded a document, then created a folder. Now I'd like to move that document into the new folder, but I only seem to see an option for send to, which has 'Other ...
0
votes
0answers
8 views
Retrieve Office document properties from SP2010 document library items
I am trying to retrieve "Advanced office document properties" for documents which are stored in document libraries under a site collection. Unfortunately I am struggling with this as I am not sure ...
1
vote
1answer
291 views
How can I filter SPHierarchyDataSourceControl Datasource by Content Type [duplicate]
I am trying to display only Document Libraries using SPTreeView control. I am providing SPHierarchyDataSourceControl with ShowDocLibChildrent = true as a datasource to spTreeView control.
But this ...
0
votes
2answers
637 views
Recognize file upload as a new version
There's a major and minor versioned document library. Users may upload file with the same name existing in the document library, so it takes another minor version. Or users may edit the item in the ...
0
votes
1answer
93 views
Only View Document Library + should not be able to open document
I have a requirement for a set of users on the site to have permission level.
When these users open the document library, they should see only metadata columns and title without the hyperlink or ECB ...
3
votes
1answer
46 views
Hide SPContenType in use
I'm trying to hide (or remove it from the new button drop) a SPContentType that is already in use via Powershell scripting.
Even if before:
$SPContentType.Hidden = $true
$SPContentType.Update()
I ...
4
votes
2answers
357 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
0answers
47 views
Merging document library from one site collection to a document library in a separate site collection
I have a document library that was set up on one site collection. Later, on a separate site collection, another document library was set up with a similar structure. I now have a need to merge the two ...
0
votes
2answers
467 views
How the “search this site…” really works?
I'm a total newbie to Sharepoint (2010) so I apologize in advance for my newbie question.
I'm trying to figure out how exactly the out-of-the-box "search this site.." box (in a team site is supposed ...
1
vote
0answers
178 views
Win7 Office2010 SharePoint2007 Error Editing/Viewing Documents
SITUATION: We are having an issue with users editing files in MOSS 2007 using IE8. This is not impacting users that still use Windows XP and Office 2007 (IE7), but rolling back is not an option. The ...
1
vote
1answer
364 views
Search document from document library usin CAML query
I have document library which have folder and sub folder. the folder and sub folder level is more than 5. like as follow :
Document Library
|-> Folder-1
| -> Folder-1-1
| ...
3
votes
1answer
570 views
How to Call “Open with Explorer” From Custom Code?
I have a custom layouts page that contains a custom visual WebPart. This WebPart wraps a XsltListViewWebPart with a toolbar. The toolbar is supplied as a RenderingTemplate. The XsltListViewWebPart ...
0
votes
3answers
3k views
Lookup column to Documents library
Here's what I need to do for a SharePoint 2010 list: Allow users to select the filename from a dropdown showing the items in the Documents library. But the "Add new item" form of the list doesn't show ...
0
votes
2answers
231 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
183 views
What is a good way to modify the upload link in a document library in 2010?
I have a custom upload form that I want to incorporate with new document libraries. Ideally, user will be able to add document libraries with this updated link to their site on their own without ...
1
vote
1answer
135 views
Overriding the Default Upload.apx form for a Document Library
I am a total newbie to SharePoint but I have been given the task of driving the roll out/Proof of Concept that SharePoint 2010 is capable of providing what our company wants.
One of the main ...
2
votes
2answers
802 views
Is it possible to use DocIdRedir.aspx for linking to the display form
We are using a Link to a Document contenttype. The url used in this contenttype contains an url like http://ont/abc/_layouts/DocIdRedir.aspx?ID=N57YVKN5WQKX-2-2247. When testing this url it always ...
0
votes
1answer
129 views
Document Library - Content Type selection ignored!
Not sure yet if something wrong on my Foundation installation or a new SP2013 bug. On SP2013 (didn't happen on SP2010!) - create new Document Library app and use Advanced Settings to set it to Manage ...
0
votes
0answers
26 views
Hide SP 2010 Document Library template for a dedicated web application
I want to hide SharePoint 2010's Document Library in a specific SP Web Application but want to retain its availability in other web apps. How can I do this without modifying the 14 hive?
0
votes
1answer
106 views
Why Item Updated and Item Added trigger together when we add a item to list (document library)
I have gone through hundred of articles over months but never understood as what could be the reason Item Updated and Item Added trigger together when we upload a item, even though if you try ...
3
votes
2answers
179 views
Key Filters: Always boolean AND? Possibility of adding user-controlled OR?
In a usability test just now, I learned that the Key Filters part of Metadata Navigation operate on boolean AND. A document has to match all filters in order to appear.
Do I have any control over ...
0
votes
0answers
180 views
Can i create a simple custom approval workflow in SharePoint 2010 with a single approver?
I am trying to make a custom workflow for approving and publishing documents in SharePoint 2010. I looked at a number of example and tutorials but none that i could find address what i am aiming to ...
0
votes
0answers
84 views
2010 PowerPoint slides Library into SharePoint 2010 list
We have a document library with PowerPoint 2010 slides, and would like to take each slide, say there are 20, and convert this PowerPoint document library into a separate list.
This way, we would have ...
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. ...
0
votes
0answers
139 views
SharePoint Document Library Column Header filtering issue
I have a document library with close to 5000 docs. When signed in as a site collection admin, applying filtering via column header on a column that contains only 20 unique values works fine. However, ...
0
votes
0answers
90 views
display caml results in sharepoint document library
i want to search in document library using caml and display caml results in same document library instead of any grid or HTML.
i wrote the code to get records from document library, but i am not able ...
0
votes
2answers
279 views
Customise Document Library Send to Location
I was itended to create a custom "Send to Location" in the menu for archiving purpose.
In sharepoint 2010, I have managed to setup a new option "Archive Documents" in Central Administration > General ...
0
votes
1answer
33 views
SharePoint 2010 Document List
Good morning.
I have a set of requirements for some simple document storage and I am investigating the possibility of using an existing SharePoint 2010 system.
We need:
A location where multiple ...
0
votes
0answers
81 views
Document Library Templates (Word, Excel, PPT)
We implemented a document library for Internally used to be able to save templates in our Intranet SharePoint 2010 and the problem is comming from the office version 2010:
When we use Office 2007 ...
1
vote
1answer
68 views
Ghost Column in Sharepoint by FieldRef deletion
Let me explain my situation. I have some Document Libaries that derives from some content type some columns.
In some of these columns I have (by mistake) add two times the same columns with different ...
1
vote
2answers
126 views
When using Publishing feature, how to link to a document in a document library?
When using a Publishing site, users can link to an image stored in the Images library (that library having been created as part of using the Publishing template.)
I like the fact that the link is a ...
0
votes
1answer
76 views
How to make different permission on document library?
I want to make document library that can filter view from the user organisation by region. In my Institution has 3 levels that has different level of access file.
The hierarchy of user level can be ...
2
votes
2answers
207 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 ...
0
votes
1answer
29 views
SharePoint 2010 Document List
Good morning.
I have a set of requirements for some simple document storage and I am investigating the possibility of using an existing SharePoint 2010 system.
We need:
A location where multiple ...
0
votes
3answers
55 views
ID of document library to use in CSS
I am looking to use an ID or Class attribute of a document library in a CSS file. I need to be able to highlight my current tab on my navigational menu.
I can add a CEWP with a text file containing ...
0
votes
3answers
1k views
Restrict document editing only to document authors
How do you set the permission on the document library to allow only authors of the document to edit it and all other users will have read-only access? Can this be done on the check out/check in ...
2
votes
0answers
36 views
Adding a single item to multiple categories
I've grouped some documents in several categories (of a document library) but I want some documents to show up in multiple categories without having to re-upload the document. How can I do this?
1
vote
1answer
72 views
Prevent a group from deleting document version history
In a Document/Form Library with versioning enabled (SP 2010), it is possible to delete all versions of a particular document/form simply by going to the "Version History" dialog box. This ability ...
0
votes
0answers
149 views
People picker finds group, then says no exact match found
I'm trying to add a group to a document library to give them permission to see it. If I type the group name and ask SP to check it, it says
No exact match was found
If I search the address book it ...
0
votes
1answer
123 views
Move files to a folder using event receiver
Hi I have an Infopath form Library and i want to add the forms that are being submitted to a folder in the same library according to the information
I need to do this using an event receiver.
Can ...
0
votes
0answers
54 views
reset page reset the “AllItems.aspx” page in Document Library
I am unable to reset the allitems.aspx page . For some reason the site definition button is grayed out.
I tried navigating "All files" "document library" "forms" and right clicking in allitems.aspx ...
0
votes
0answers
21 views
browse gui to document library
I was wondering if its possible when attaching a file to a sharepoint list item, is there a way that I can have the browse gui open up to a specific sharepoint document library? Basically, how can I ...
0
votes
1answer
110 views
Remove “Upload Multiple Files” link?
When adding a document to a list is it possible to remove the "Upload Multiple Files" link ?
0
votes
2answers
925 views
Tracking items in SharePoint
What SharePoint 2007 features will enable me to:
Assign and track tasks where each task will require a sign off before it is considered complete.
Enter and Store daily status logs (i.e. each shift / ...
1
vote
3answers
894 views
How can i get policies read and acknowledged in SharePoint
We have a policies and procedures document library and I would like to send out some of these documents yearly to group of employees (users in AD). Is there anyway I can do this with SharePoint? ...
1
vote
3answers
2k views
Creating Document with workflow: The file test.docx cannot be opened because there are problems with the contents
I have a document library with two custom content types. If I use the web interface and choose New Document -> MyCustomType the document template opens up and I can create and modify the document and ...
0
votes
1answer
197 views
Unable to use the ribbon “Download a Copy” when multiple documents are selected
Several users reported that the ribbon button gets grayed out as soon as they select multiple documents to download from a document library.
The feature works fine if you select a single document and ...
0
votes
4answers
2k views
Problems storing Infopath 2010 XSN files in a document library on Sharepoint 2010 server
To collaborate on building forms for collecting data, we are uploading our .xsn form templates to a document library in a "Sharepoint Admins" site.
There are a couple of problems with this approach ...
0
votes
2answers
185 views
How to use standard Sharepoint 2010 download functions
I wish to download a file from a sharepoint2010 site as if you were downloading a normal document from a Document Library. What functions are available in C# to call these functions?
I know you can ...


