SPAcl<T>.Remove method (String)
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.