Tagged Questions
3
votes
1answer
76 views
Add/Create new document in SharePoint document Library programmatically
I have created a new Document Library and set up custom content type with MS Word Document Template. When i click on Create new template it works fine. but i need to be able to add some logic on ...
3
votes
3answers
2k views
SharePoint custom context menu in custom list appears on folders and not just files
I have created a custom list here is the List Template:
<ListTemplate Name="CustomDocumentLibrary"
DisplayName="Document Library"
Description=""
BaseType="1"
...
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
5answers
651 views
Create a document library with external persistence
I would like to create a custom document library where I use the standard UI but implement a different persistence layer. Basically fetch and display documents from a different source system. This way ...
1
vote
1answer
23 views
workflow or EventListener
We are building an extranet sharepoint portal for our clients. Each client will have a site. Total number of sites will be between 2000-3000.
I have a requirement to copy a document from a ...
1
vote
3answers
590 views
sharepoint moss 2007 add column with javascript
We use MOSS 2007, and I have a document library with several document templates in it. When someone clicks the document template (for example .dotx), the templates is opened. But I want it working so ...
1
vote
2answers
658 views
Display a success message to user in a SharePoint Document Library after validation in ItemAdding Event
When validating a document in the ItemAdding event there are many ways to display errors to the user, but there doesn't seem to be a way to display successes to user, like a validation was successful. ...
1
vote
4answers
1k views
How do you get file details in a SharePoint ItemEventReciever in the ItemAdding Event?
I would expect something like this to work but the ListItem, BeforeProperties, AfterProperties are all null/empty.
I need the file name and file content.
public class MyItemEventReceiver : ...
0
votes
4answers
44 views
How to move document library sharepoint 2007
We have one client requirement to move document library from one subsite to another.
While moving we should move all documents along with all the custom columns with its values as it is.
All the ...
0
votes
2answers
47 views
How to programmatically move (archive) a document from document library of a site collection to another site collection
I have to programmatically move (archive) a document from document library of a site collection to a document library of another site collection in SharePoint 2010, when a specific value is set for a ...
0
votes
1answer
47 views
Is it possible to copy a list item to a document library in SharePoint 2007?
How could I copy a list item, when it is created, to a document library using a workflow? Is it even possible?
If not, what would be a possible solution for getting a created list item to a document ...
0
votes
1answer
45 views
iterating through a Web downloading all folders,lists, documents in it and its sub-web
I am trying to download everything (documents, lists, folders) of a web and its sub-webs and its sub-webs (if exists) and so on, I can do it for a single web but its not working for subwebs in it, ...
0
votes
1answer
72 views
Depending fields in Document Library?
I would like to know if it's possible and how to do something like this in SharePoint 2010:
I want to add to a document library some custom columns; 2 of them will be of type choice.
I want one of ...
0
votes
0answers
304 views
Failure Uploading multiple documents to Sharepoint 2007 Server from Office 2010 client
This scenario previously worked when my client pc had office 2007 installed. After upgrading to Office 2010 on the client, this is the result:
Browse to the MOSS 2007 site and go to any document ...
0
votes
1answer
327 views
SharePoint web service call to retrieve file information for the contents of a specific SPFolder
I have a large SharePoint document library with many levels of subfolders in it, my goal is to make one service call to list the file information (Name, size, AbsoluteUrl, etc.) of the files contained ...
0
votes
2answers
175 views
How to write a SharePoint (2007) Enhancement to allow ShortCuts / Links in Document Libraries?
Hi
Right now it seems impossible to add a regular "link" or "shortcut" in Share Point built in Document Libraries. the need for shortcuts is clear, as you might want to have references from related ...
0
votes
0answers
202 views
SharePoint concurrency issues (users accidentally checking out older versions of files)
This is a strange issue that I'm wondering if others have encountered when editing documents in a SharePoint document library.
Basic problem is as follows:
User1 edits document X
User1 checks in ...
0
votes
1answer
129 views
How do I know if the user selected a SharePoint file in OpenFileDialog?
In an OpenFileDialog, the user can enter the address of the SharePoint site and select a document in the document library.
I need to provide check-in/check-out integration for SharePoint documents. ...
0
votes
1answer
371 views
Soft Limits for Sharepoint2010 document libraries, page libraries and lists
Our client plans to migrate from the existing Content Management System(non-Sharepoint) to Sharepoint2010. We need to specify soft limits for document library, page library and list to the client from ...
0
votes
1answer
228 views
How to delete documents from a document library in WSS 3.0?
I need a way to programmaticaly delete documents from Sharepoint 2007 document library. I don't have access to the server to deploy server-side code, so it needs to be via web service or pure http. I ...