SPUserCollection.Remove method
Removes the specified user from the collection.
Overload list
Name | Description | |
---|---|---|
Remove(Int32) | Removes the user at the specified index in the collection. | |
Remove(String) | Removes the user with the specified user name from the collection. |
Top