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.
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.