SPAcl<T>.Remove method
Removes the specified principal from the access control list.
Overload list
Name | Description | |
---|---|---|
Remove(String) | Removes the specified principal from the access control list based on the specified principal name. | |
Remove(SPAce<T>) | Removes the specified principal from the access control list based on the specified access control entry (ACE). |
Top