Archive.QueueArchiveProjects Method

Archives all projects that have changed since the last archive action.

Namespace:  WebSvcArchive
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveProjects", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueArchiveProjects
'Usage
Dim instance As Archive

instance.QueueArchiveProjects()
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveProjects", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueArchiveProjects()

Remarks

QueueArchiveProjects is an asynchronous method that sends a message to the Project Server Queuing Service.

Project Server Permissions

Permission

Description

ManageProjectServerBackup

Schedule or perform a backup of Project Server entities. Global permission.

See Also

Reference

Archive Class

Archive Members

WebSvcArchive Namespace