Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified principal from the access control list based on the specified principal name.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
principalName As String _
)
'Usage
Dim instance As SPAcl
Dim principalName As String
instance.Remove(principalName)
public void Remove(
string principalName
)
Parameters
principalName
Type: System.StringA string that contains the name of the principal to remove.