summaryM:DotNetNuke.Entities.Users.UserController.DeleteUser(System.Int32,System.Int32)
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.DeleteUser")] public bool DeleteUser( int portalId, int userId ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.DeleteUser")> Public Function DeleteUser ( portalId As Integer, userId As Integer ) As Boolean |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.DeleteUser(System.Int32,System.Int32)
- userId
- Type: System..::..Int32
paramuserIdM:DotNetNuke.Entities.Users.UserController.DeleteUser(System.Int32,System.Int32)