sharepoint - Pause ItemAdded event till all the attachments are added to it -


i have list item multiple attachments added it. added itemadded event fired.

but if try access properties.listitem.attachments property, gives me 0 or number less original attached attachments.

if sleep thread few seconds, rest of attachments in properties.listitem.attachments property. looks itemadded event being called before attachments added list item.

is there way me pause itemadded event till attachments added list item?

use itemattachedadded event.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -