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
Post a Comment