summaryM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
Namespace: DotNetNuke.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual void UpdateUser( int userId, int portalID, string firstName, string lastName, bool isSuperUser, string email, string displayName, string vanityUrl, bool updatePassword, bool isApproved, bool refreshRoles, string lastIpAddress, Guid passwordResetToken, DateTime passwordResetExpiration, bool isDeleted, int lastModifiedByUserID ) |
Visual Basic |
---|
Public Overridable Sub UpdateUser ( userId As Integer, portalID As Integer, firstName As String, lastName As String, isSuperUser As Boolean, email As String, displayName As String, vanityUrl As String, updatePassword As Boolean, isApproved As Boolean, refreshRoles As Boolean, lastIpAddress As String, passwordResetToken As Guid, passwordResetExpiration As DateTime, isDeleted As Boolean, lastModifiedByUserID As Integer ) |
Parameters
- userId
- Type: System..::..Int32
paramuserIdM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- portalID
- Type: System..::..Int32
paramportalIDM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- firstName
- Type: System..::..String
paramfirstNameM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- lastName
- Type: System..::..String
paramlastNameM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- isSuperUser
- Type: System..::..Boolean
paramisSuperUserM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- Type: System..::..String
paramemailM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- displayName
- Type: System..::..String
paramdisplayNameM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- vanityUrl
- Type: System..::..String
paramvanityUrlM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- updatePassword
- Type: System..::..Boolean
paramupdatePasswordM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- isApproved
- Type: System..::..Boolean
paramisApprovedM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- refreshRoles
- Type: System..::..Boolean
paramrefreshRolesM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- lastIpAddress
- Type: System..::..String
paramlastIpAddressM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- passwordResetToken
- Type: System..::..Guid
parampasswordResetTokenM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- passwordResetExpiration
- Type: System..::..DateTime
parampasswordResetExpirationM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- isDeleted
- Type: System..::..Boolean
paramisDeletedM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)
- lastModifiedByUserID
- Type: System..::..Int32
paramlastModifiedByUserIDM:DotNetNuke.Data.DataProvider.UpdateUser(System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Guid,System.DateTime,System.Boolean,System.Int32)