Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
4k 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 in draft. But my code ...
6
votes
4answers
5k 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?
5
votes
5answers
5k 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 contain folders. I am ...
4
votes
3answers
3k views

Script to delete files older than a day in Sharepoint document library

I need a script which can delete all files which are older than a day and this script needs to be invoked every day automatically in the Sharepoint server. How can i do this and any hints as how to ...
4
votes
1answer
604 views

Monitoring a SharePoint document library

I was wondering if there was a good way to monitor a document library on SharePoint for changes (new files added, files changed / checked-in, files deleted, etc.) Basically, what ...
3
votes
2answers
431 views

Sharepoint performance under heavy load and capacity limitations

I'm working on a new storage system for a business solution package that consists of around 40 applications. Some of those applications generate documents (mostly docx, some pdf) that are currently ...
3
votes
1answer
154 views

Extendable .Net Document management for under $30K

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 the following: Document ...
3
votes
3answers
474 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. **Dialog** Click on ...
3
votes
4answers
295 views

A Good Document Management software with some extensibility?

We are looking forward for some good document management suits/applications, with some extensibility. The customers will submit various documents, and this need to be stored using the system for ...
3
votes
3answers
257 views

Organising large Doc volumes in Sharepoint

I need to upload into Sharepoint around 100,000 (MS-Word) documents that are currently on a file server - added over the past 7 years. I've read that a sharepoint Document Library should really be ...
3
votes
2answers
820 views

Using a sharepoint document library, how can I create 'permalinks'?

I want to be able to link to sharepoint documents without having to refer to the document name which may change. Is there anyway to programmatically add a unique key to the meta-data and then somehow ...
3
votes
2answers
9k views

Dynamically display Edit Control Block menu item in SharePoint

I am trying to set up dynamic per-item menus (Edit Control Block) in SharePoint 2007. My goal is to have certain features that are available based on the current user's group membership. I know that ...
2
votes
1answer
21 views

Trigger script on certain document library event?

Is there a way of triggering a script on certain event in a document library in SharePoint? How can one control those events? can they be controlled at all? are they even created by SharePoint? ...
2
votes
1answer
2k views

How to add file with additional properties into Liferay's Document Library

I'm trying to figure this out, I was asking this question in Liferay's forum here - the last entry. And only thing I'm able to come up with is creating an Expando for FileEntry, which seems very ...
2
votes
6answers
3k views

How to get the Absolute URL of a file in sharepoint library

I am working on SharePoint 2010.I have an documentlibrary ID and document ID in that library with me.i don't have either web,site in which the document library is present.So now I have to get the Full ...
2
votes
2answers
352 views

How many files can be uploaded to a SharePoint Document Library at a time?

Using the Upload Multiple Files feature, how many files can be uploaded to a document library at a time? Does it depends on total size of the files?
2
votes
1answer
933 views

Enumerate all folders in a SharePoint list recursively

Is it possible to get a list of all folders in a SharePoint document library, using SPQuery? Something you could get in file system, if you opened Windows command prompt and ran dir /b /A:D /S ...
2
votes
1answer
305 views

How do I distinguish a SharePoint file update as being from a file upload?

In SharePoint, when an item is first added to a document library, it fires the ItemAdded and ItemAdding events as expected. And if you upload the same filename to update the existing file, it will ...
2
votes
1answer
437 views

Negative ItemCount in SharePoint Document Library

What can be done about negative numbers in library item counts? ItemCount is a read-only property, what are you supposed to do when it is drastically incorrect? Earlier last week, I was doing some ...
2
votes
2answers
1k views

Create SharePoint web page outside of document library

I'm reasonably new to SharePoint 2007 and trying to move from an ASP.NET to SharePont way of thinking has been an interesting experience! I would like to create a page at the same level as the ...
2
votes
2answers
2k views

How do I rename a file using the SharePoint web services?

I have a custom definition for a document library and I am trying to rename documents within the library using only the out of the box web services. Having defined a view with the "Name" field ...
2
votes
2answers
3k views

How to create a custom document library in SharePoint?

I am wanting to create a Custom Document Library for the purpose of targeting a custom action feature to the Custom Document Library's New Menu. I have found many different guides on the internet, ...
2
votes
4answers
4k views

Drag and Drop files into a SharePoint webpart to upload into DocLibrary

Is it possible to create a SharePoint (wss3 or MOSS 2007) webpart, to allow files to be dragged and dropped onto it, which would then upload the files into a predefined document library ? I imagine ...
2
votes
3answers
2k views

How to create a lookup column that targets a Doc Lib and uses the 'Name' of the document?

How do you create a lookup column to a Document Library that uses the 'Name' of the document as the lookup value? I found a blog post that recommends adding another custom field like "FileName" and ...
2
votes
3answers
2k views

MOSS 2007 Document Library - choice column not displaying selected value

I have something funky going on with MOSS & was wondering if anyone out there has seen anything like it: I have a document library in MOSS that has several custom columns added to it. I have a ...
1
vote
2answers
152 views

In Alfresco Share, how to refer to a nodeRef id in the custom config file?

I'm trying to extend Share DocumentLibrary with a new action that provide a link to some url based on the nodeRef Id (through share-config-custom.xml) <action id="blabla" type="link" ...
1
vote
2answers
252 views

Sharepoint 2010: Copy or add file to Document Library

I have a silverlight application inserted in a SharePoint page. The SilverLight application runs on a different server thatn that of SharePoint. From an event in the SilverLight, I generate a document ...
1
vote
3answers
155 views

New Document option not available in Doucument Library in SharePoint 2010

I have a strange issue with Documents libraries in SharePoint Server 2010. In all of them I couldn't edit doucment or add new(upload is available, edit properties also) I use administrator account ...
1
vote
1answer
179 views

File system access to Sharepoint document library - only approved items

How could I synchronize as SharePoint (2007) document library to a local folder... but only the 'approved' documents in a library that has content approval set on. Navigating to it through Windows ...
1
vote
1answer
515 views

SharePoint. Change document icon in document library?

I would like to change document icon in document library at runtime. Icon should be changed based on some condition I have in code. There is no difference what extension of file is (txt, doc, pdf, ...
1
vote
1answer
2k views

SharePoint 2010 - List view threshold: What does not trigger the threshold?

In SharePoint 2010, we have the List View Threshold, which defaults to 5,000, and: Specifies the maximum number of list or library items that a database operation, such as a query, can process at ...
1
vote
1answer
556 views

Unable to open file from sharepoint document library

I have created a document library in my machine and uploaded a few image files. But later when i try to open them in document library, it shows a page not found 404 error. What could be the reason? ...
1
vote
1answer
986 views

Problem with workflow on SharePoint email enabled document library

SO ... here is the scenario ... i have a workflow on a document library that copies a file to a windows directory ... this workflow is set to be started at the time when a new item is added to the ...
1
vote
1answer
89 views

Duplicating Document Libraries

Is there a way to do this in MOSS 2007? Instead of manually creating the same type of document library with a different name, I'd like to use a shortcut -if exists- to achieve this. Thanks.
1
vote
1answer
589 views

Why is SPList's LastItemModifiedDate not the same as the modified date shown in the list?

I have a document library that I am accessing programmatically as an SPList. When I use the LastItemModifiedDate property of the list, the DateTime returned is {1/7/2010 1:37:41 AM} but when I browse ...
1
vote
3answers
79 views

how to limiting downloading file system via browser only through my web application

I need the best way to prevent any access to doc files when it is not my web application, for example, I need some files to be hidden from search engines or public users and only private users may ...
1
vote
1answer
395 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 looking for a solution ...
1
vote
1answer
584 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 single document ...
1
vote
3answers
1k 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
110 views

Software Enviroment Documentation Checklist

I work for a insurance company. We have our own development department made-up of almost 150 people plus some providers (outsourcing and custom made apps pretty much). In our company my team have made ...
1
vote
3answers
6k 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 am using ...
1
vote
1answer
942 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 top of the context ...
1
vote
1answer
2k 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 document then save it ...
1
vote
4answers
3k views

SharePoint Document Library Customization for document view

I have a document library in MOSS 2007 which has folders and files. Document View in the document library has the following columns: document name, type, Created datetime, created by,modified ...
1
vote
3answers
2k views

How to modify Sharepoint filetype icons depending on parts of the filename?

We have a SharePoint Document library, where we store html files with links to external files. Samples: mypicture.jpg.html mywordfile.docx.html mypdffile.pdf.html and so on. Now by default all ...
1
vote
3answers
3k views

How to create a shared document library in SharePoint that can be used in subsites?

We want to create a common document library on a certain site level and then create views on that document library in the different sub sites? Is that possible in SharePoint? Can it be done ...
1
vote
1answer
3k views

Upload document to specific folder in a SharePoint Document library using WebClient

I have some client side code that uploads an Outlook email to a document library and as long as the path is pointing to the root of the doc library it works just fine. ...
1
vote
2answers
2k views

Communicate with Document Library Browser Web Part

Background My task is to, in SharePoint, show an image of a process map which should be clickable. Think of an imagemap in html. Some areas take you to other process map images and other brings up a ...
1
vote
2answers
795 views

SharePoint Visual Studio document upload Web Test fails with Connot close stream until all bytes are written

I have created a Visual Studio 2008 sp1 test suite web test that uploads a document to a document library in SharePoint. The test is a lot like the one described here. All is fine until the test is ...
1
vote
1answer
2k views

How do you change the address of a document library?

I have a site with multiple document libraries in it. One of the site users has full control of the site & at one point, instead of creating a new document library, they renamed the default ...

1 2