Archive.QueueDeleteArchivedProject Method (WebSvcArchive)

  • Thread starter J.A. García Barceló
  • Start date
J

J.A. García Barceló

Hi all,

According
http://msdn2.microsoft.com/en-us/library/websvcarchive.archive.queuedeletearchivedproject.aspx
we need to know archiveUID in order to delete any project from the archive
database using PSI. However I cannot guess how to get the last Guid:

C#
public void QueueDeleteArchivedProject (
Guid jobUID,
Guid projectUID,
Guid archiveUID
)


I already have jobUID (self generated), projectUID (passed as a parameter to
my function), but no idea about how retrieving archiveUID to call that
method.

Any idea would be greatly appreciated. Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top