Click to Rate and Give Feedback

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Admin Class (Administration)
Provides methods for managing a deployment of Microsoft Windows SharePoint Services, such as for creating or deleting site collections.

Web Service: AdministrationWeb Reference: http://<AdminSite>/_vti_adm/Admin.asmx
Visual Basic (Declaration)
<DebuggerStepThroughAttribute> _
<WebServiceBindingAttribute(Name:="AdminSoap", Web Service:="http://schemas.microsoft.com/sharepoint/soap/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DesignerCategoryAttribute("code")> _
Public Class Admin
    Inherits SoapHttpClientProtocol
Visual Basic (Usage)
Dim instance As Admin
C#
[DebuggerStepThroughAttribute] 
[WebServiceBindingAttribute(Name="AdminSoap", Web Service="http://schemas.microsoft.com/sharepoint/soap/")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DesignerCategoryAttribute("code")] 
public class Admin : SoapHttpClientProtocol

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.

NoteNote:

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker