SPAcl<T>.Remove method (SPAce<T>)
Removes the specified principal from the access control list based on the specified access control entry (ACE).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
ace As SPAce(Of T) _
)
'Usage
Dim instance As SPAcl
Dim ace As SPAce(Of T)
instance.Remove(ace)
public void Remove(
SPAce<T> ace
)
Parameters
ace
Type: Microsoft.SharePoint.Administration.SPAce<T>An SPAce<T> object that represents the ACE to remove.