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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -