Archive.UpdateArchiveSchedule Method
Updates the archive schedule.
Namespace: [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/UpdateArchiveSchedule", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Archive/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Archive/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateArchiveSchedule ( _
scheduleDataSet As ArchiveScheduleDataSet _
)
'Usage
Dim instance As Archive
Dim scheduleDataSet As ArchiveScheduleDataSet
instance.UpdateArchiveSchedule(scheduleDataSet)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/UpdateArchiveSchedule", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateArchiveSchedule(
ArchiveScheduleDataSet scheduleDataSet
)
Parameters
- scheduleDataSet
Type: [Archive Web service].ArchiveScheduleDataSet
Contains the archive schedule information.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to schedule or perform a backup of Project Server entities. Global permission. |