|
|
Update event fires twice when doclibrary item has been published
|
From "Chuck" on 11/21/2006 12:39:54 PM
|
(Sharepoint 2003 Portal Server) I'm trying to setup an event handler on a document library, where each of the documents has its own document workspace. When the document is updated by clicking Publish to Source Location inside its document workspace, my eventhandler on the parent doclibrary (there is no event handler in the document workspace since you can't trap the Publish "event") receives two Update events, fired right on top of one another. Has anyone else experienced this, and how can I avoid having it fire twice? The SPListEvent info (source, type) seems identical.
|
|