In the context of SharePoint a document refers to a computer file, usually stored in a SharePoint library.
34
votes
9answers
24k views
How can you move a document with its version history to a new library?
Here's the scenario:
2 document libraries
Both contain multiple documents
The documents have multiple versions
When I copy a document from library A to Library B using the Content and Structure ...
8
votes
5answers
4k views
How to restrict a document library to a specific file type (extension)?
I have a SharePoint intranet site where I need to allow users to upload certain documents. These documents need to be only PDF files for example.
What is the simplest way to restrict the document ...
2
votes
2answers
4k views
How can I upload a file to a Sharepoint Document Library using Silverlight and client web-services?
I'm using C# in Visual Studio with a Silverlight app. I want to upload a file to a document library, but none of the web-services here http://msdn.microsoft.com/en-us/library/ms479390.aspx seem to ...
9
votes
7answers
17k 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?
2
votes
5answers
6k views
What is slowing the opening of Office documents?
When opening an Office document the splashscreen gets stuck for about 30 seconds with the message "Contacting the server for information". How can I get more information about which information it is ...
2
votes
1answer
1k views
Can I change the file extension of a document that is already in a document library?
So I recently had a nice hitch in the SharePoint app I made for my client. We have a Document Library which is supposed to contain PDFs, converted from drawing files made in other programs. The test ...
3
votes
2answers
6k views
“Document could not be checked out” permission problem?
I am facing problem with document check out in a SharePoint document library.
This is the message I am getting:
I'm using the out of the box document
library.
I have logged on as Admin
Document is ...
2
votes
1answer
3k views
How can I upload a file to a Sharepoint Document Library through SOAP web services using Java?
I'm trying to upload a document to a document library using the SP 2010 SOAP copy web service from Java.
Any idea how to do this in Java?
Here's the code I have so far:
String[] destinationUrls = ...
0
votes
3answers
1k views
SharePoint 2010 restricted document library contributors
Is it possible to setup a document library in SharePoint 2010 such that users can contribute, rate, and tag documents, but not edit the document itself once it has been submitted to the document ...
9
votes
4answers
856 views
Cannot upload to a permissions-enabled document library even with RunWithElevatedPrivileges
In our WSS 3.0 application, we have a document library that has an elevated folder called "Approved". It has different permissions from the rest of the Document Library in order to prevent people from ...
5
votes
4answers
3k views
Deleting Old Versions in a Document Library
I have a Very Large List (~5000 documents) which has been chugging along for about a year. It has had versioning turned on, with major versions, keeping 2 old versions. We're totally restructuring ...
2
votes
2answers
2k views
Change Document Library folder's Modified timestamp to latest timestamp inside
I have a Sharepoint 2010 Document Library with a range of subfolders and some files within each of them. The problem is, right now every subfolder has the same Modified timestamp, and I want each ...
2
votes
4answers
946 views
Restructuring a Very Large Document Library
Another question about the Very Large List I referenced in this question: http://sharepoint.stackexchange.comquestions/445/deleting-old-versions-in-a-document-library
This Document Library has over ...
1
vote
1answer
217 views
Programmatically create a new document based on a content type template
As in the title, I need to programmatically create a new document based on a content type template. Does anyone know the best way to do this? Normally, to add files you use Web.Files.Add(), but all ...
1
vote
3answers
507 views
Upload document to SharePoint document library using batch in C#
I want to know if i can upload a document to sharePoint document library using batch in C#.
I know how to update and delete it using batch, but i don't know how to upload it.
If i can't, what is the ...
1
vote
3answers
354 views
PDF document conversion
Does anyone know of an existing automated PDF conversion solution for sharepoint that works across multiple document versions?
The solutions I found so far only work based on a ...
0
votes
3answers
647 views
ItemAdding getting the file name of a document
I have a document library. I want to add an itemadding event recieiever to do some validation on the file name of the document. How can I get the file name from the SPItemEventProperties
0
votes
1answer
363 views
Deploy document library with multiple content type
I have a Document Library definition that I added to the solution. I want to include multiple content types for this Document Library: one that inherits from Folder and one that inherits from ...