SPPermissionCollection.Remove Method
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Removes the specified permission object from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(Int32) | Obsolete. Removes the permission object at the given index in the collection. | |
Remove(SPMember) | Obsolete. Removes from the collection the permission that is associated with the specified member. |
Top