Permissions Class

Provides methods for working with the permissions for a site or list.

Web Service: PermissionsWeb Reference: http://<Site>/_vti_bin/Permissions.asmx

Syntax

<DesignerCategoryAttribute("code")> _
<DebuggerStepThroughAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<WebServiceBindingAttribute(Name:="PermissionsSoap", Web Service:="http://schemas.microsoft.com/sharepoint/soap/directory/")> _
Public Class Permissions
    Inherits SoapHttpClientProtocol

Dim instance As Permissions
[DesignerCategoryAttribute("code")] 
[DebuggerStepThroughAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[WebServiceBindingAttribute(Name="PermissionsSoap", Web Service="http://schemas.microsoft.com/sharepoint/soap/directory/")] 
public class Permissions : SoapHttpClientProtocol

Remarks

To access the Permissions service and its methods, set a Web reference to http://Server_Name/[sites/][Site_Name/]_vti_bin/Permissions.asmx.

Inheritance Hierarchy

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

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

Permissions Members
Permissions Web Service