Admin.PurgeTimesheetAuditLog Method

Purges the timesheet audit log.

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

Syntax

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

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

Remarks

Project Server Permissions

Permission

Description

ManageTimeTracking

Can manage time sheets submitted by resources. Global permission.

See Also

Reference

Admin Class

Admin Members

WebSvcAdmin Namespace