SPPermissionCollection.ResetPermissions method

NOTE: This API is now obsolete.

Resets the permissions inherited from the parent object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")> _
Public Sub ResetPermissions
'Usage
Dim instance As SPPermissionCollection

instance.ResetPermissions()
[ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")]
public void ResetPermissions()

See also

Reference

SPPermissionCollection class

SPPermissionCollection members

Microsoft.SharePoint namespace