UserCollection<T>.Remove Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9313)
Remove(String)
Removes the user with the specified name from the collection.
Declaration
public bool Remove(string userName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | userName | Name of user to remove. |
Returns
| Type | Description |
|---|---|
| Boolean | True if removed. |
Remove(T)
Removes the specified user from the collection.
Declaration
public bool Remove(T user)
Parameters
| Type | Name | Description |
|---|---|---|
| T | user | User to remove. |
Returns
| Type | Description |
|---|---|
| Boolean | True if removed. |