Deletes the specified user.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool UserDelete(
string Username
)
Public Function UserDelete (
Username As String
) As Boolean
public:
bool UserDelete(
String^ Username
)
Parameters
- Username
- Type: SystemString
Username to remove.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
See Also