1
vote
1answer
31 views
Limit the number of available/visible Content Types in document libraries
Users seems to have a hard time picking the right document template when the "New" list contains a lot of items.
Rather then displaying 50 items in the "new" dropdown list I am lo …
0
votes
2answers
41 views
Sharepoint Document Upload Page - Passing URL Variables?
Throughout my SharePoint site, I have several document repositories that are tied to primary keys from an external database. I have added custom columns in the document library me …
2
votes
1answer
45 views
Extendable .Net Document management for under $30K
hi there guys,
i am looking to answer one of those problems that sometimes get give to us devs by sales staff trying to get a sale in under budget.
We have a client that requires …
0
votes
1answer
11 views
Filename shows as a Required field in a Document Library in Sharepoint 2007.
Ok, so got a stumped scenario.
On a Sharepoint MOSS 2007 site, somebody messed around with the settings of a Document Library. You try and upload multiple documents to the docum …
4
votes
3answers
374 views
Store documents in file system instead of database in SharePoint document library
In a SharePoint document library, is there any way to store the documents on the file system instead of the database?
3
votes
4answers
247 views
Find latest approved version of an SPListItem
I am trying to iterate through the SPListItem.Versions collection to find the latest approved list item.
My list item has three versions: the first two are approved, the last is i …
0
votes
1answer
221 views
Document checked out in SharePoint when workflow starts
I've found bit of a problem when running a workflow on a document library. When you click new document it'll open up microsoft word in this example. You write some stuff into the d …
5
votes
4answers
914 views
How to efficiently delete all files in a document library?
I am looking for a clear, complete example of programmatically deleting all documents from a specific document library, via the Sharepoint object model. The doclib does not contai …
1
vote
1answer
69 views
Can I have a custom document workspace for documents in a document library?
Is it possible to have a custom document workspace for documents created in a specific document library? I don't need every document library to have this custom workspace, just a …
2
votes
3answers
99 views
Improved document upload experience in SharePoint
The default WSS 3.0/SharePoint 2007 SharePoint upload user experience is like this:
Click link for document library. **PostBack**
Click Upload. **PostBack**
Click Browse. **Dialo …
0
votes
1answer
111 views
Sharepoint Document Libraries - “Date Created” field
I have a request from a Sharepoint user to show the "Date Created" column in her document library. Trouble is, I cannot find a way to show the date of when the Document was added …
0
votes
1answer
490 views
Update Files in Sharepoint Document Library
Simply put, I have a custom editForm.aspx in a document library, that uses my own custom dll.
When a user edits a record, I can update all the properties associated with the file, …
0
votes
3answers
130 views
Integrating SharePoint document libraries into an ASP.NET page
Is there any way that I can use SharePoint document library and document sharing functionality from an ASP.NET page?
1
vote
1answer
134 views
Order of SPDocumentLibrary menu items using Custom_AddDocLibMenuItems
I'm adding a custom context menu item to documents (and not folders) in a SPDocumentLibrary list in SharePoint. The following code works, but always adds my custom menu item at the …
1
vote
3answers
711 views
How to move document to different folder in SharePoint library with web services
I am desperately trying to move a document in a document library from one folder to another (yes, within the same library). All this is needed to be done through web services.
I a …
