Admin class

Includes methods for managing administrative settings and operations in Project Server and related Microsoft SharePoint Server 2013 sites.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcAdmin.Admin

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

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "AdminSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/")> _
Public Class Admin _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As Admin
[WebServiceBindingAttribute(Name = "AdminSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/")]
public class Admin : SoapHttpClientProtocol

Remarks

The Admin class includes administrative methods to:

  • Enable a user to manage server currency settings.

  • Enable a user to manage timesheet settings.

  • Enable a user to manage Active Directory settings and synchronization.

  • Update settings for reporting periods, status reports, timesheets, and user synchronization.

The Project Server Administration pages in Project Web App use many of the Admin class methods. If you have administrator permission, click Server Settings in Project Web App.

The following administration methods are located in other PSI Web services:

  • For managing entities such as projects, resources, and views in the Archive database, see the Archive class.

  • For managing the OLAP database, see the CubeAdmin class.

  • For managing Project Server event handler associations, see the Events class.

  • For managing Project Server queue jobs, see the QueueSystem class.

  • For managing permissions, see the Security class.

  • For managing workflows, phases, stages, and enterprise project types, see the Workflow class.

  • For managing SharePoint sites for projects, see the WssInterop class.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Admin members

WebSvcAdmin namespace