Admin Class

Provides methods for managing a deployment of Microsoft Windows SharePoint Services, such as for creating or deleting site collections.

Inheritance Hierarchy

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

Namespace:  websvcAdministration
Assembly:  admsoap (in admsoap.dll)

Syntax

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

Remarks

The account that accesses this Web service must be a member of the Farm Administrators group in the Central Administration site. By default, the server's local Administrators group is in the Farm Administrators group.

To access the Admin service and its methods, set a Web reference to http://Virtual_Server_Name:Port_Number/_vti_adm/Admin.asmx.

Note

This service is available only on the Central Administration Web application, not in any of the content Web applications.

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

websvcAdministration Namespace