SPAcl<T>.OnAdd method
Overrides this method to do special processing when an access control entry (ACE) is added.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub OnAdd ( _
ace As SPAce(Of T) _
)
'Usage
Dim ace As SPAce(Of T)
Me.OnAdd(ace)
protected virtual void OnAdd(
SPAce<T> ace
)
Parameters
ace
Type: Microsoft.SharePoint.Administration.SPAce<T>A SPAce<UTP> object that represents the ACE to add.