Remove a specific user
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
bool RemoveUser( bool permanentDelete, ref IUser user ) |
| Visual Basic |
|---|
Function RemoveUser ( _ permanentDelete As Boolean, _ ByRef user As IUser _ ) As Boolean |
| Visual C++ |
|---|
bool RemoveUser( bool permanentDelete, IUser^% user ) |
Parameters
- permanentDelete
- Type: System..::..Boolean
- user
- Type: Cartella.Interfaces..::..IUser%
User to remove