Tagged Questions
0
votes
1answer
36 views
Userfeedback after file was uploaded to library
I need to print out a feedback after a file was uploaded to a DocLib. I tried several things over the event receiver (add statusbar as a control or a clientscript) but everything faild.
I´m a bit ...
0
votes
1answer
414 views
How to enable an Event Handler to intercept upload from email in document library
I have a Document Library with an email associated with the OOTB feature. When I send to the library an email with some attachments, every attachment is stored with one of the OOTB methods (divided in ...
2
votes
2answers
186 views
Add file watermark as it's uploaded
I've been trying to add a watermark to files as they are uploaded to SharePoint.
I tried using several events:
ItemAdding, ItemUpdating, ItemCheckedIn.
In ItemUpdating and ItemCheckedIn the file is ...
2
votes
2answers
728 views
ItemAdding not firing when “Overwrite existing files” is checked for SharePoint Document library
I need to copy Existing file to A folder("Archive") while another file is uploaded with same file name to the document library.
Ex
I already have a filename "example.txt" in a document library. Now ...
2
votes
2answers
912 views
Move a document from library after adding it
I am using the ItemAdded event to fill in a metadata field.
In the ItemUpdated event (after submitting the file properties diagog) - I want to move the file elsewhere.
However, I get an error saying ...
1
vote
2answers
1k views
event receivers and execution order
I am using some of these such as ItemAdded and ItemUpdated and I had altered the elements file to make this synchronous.
I'm just curious as to what the order of execution is for all these handlers.
...