DeleteUser Method
Syntax
Context.Security.DeleteUser as L (UserId as C)
Arguments
- UserIdCharacter
The name of the user to be deleted.
Returns
- resultLogical
Returns .T. if user is deleted; otherwise .F.
Description
Delete the specified user
Discussion
Context.Security.DeleteUser() delete the specified user. Check Context.Security.CallResult.Success before using the return value.