I try to use IWXML to retrieved deployed files.
I can retrieve the list of created/updated files with IWXML::GetSucceededFiles
But I get null when I retrieve the list of DELETED files with IWXML::GetSucceededFiles
The deployment succeeds. I check manifest file .mt. There are items about DELETED files in manifest file.
My question is: How can I retrieve the list of DELETED files with IWXML.
Basically, I would like to get events after files are deleted.
Many thanks. I guarantee it is my last question for this week.