UsersUpsertAllFields(Guid, Guid, String, String, String, String, Boolean, DateTime, DateTime, Int32, String, String, String, String, Boolean, Boolean, DateTime, DateTime, String, String, String, Boolean, Guid, DateTime, DateTime, String, String, Boolean, String) Method
Note: This API is now obsolete.
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[ObsoleteAttribute("The password salt is now included in the hash.")]
public void UpsertAllFields(
Guid userId,
Guid parentUserId,
string userName,
string passwordHash,
string passwordSalt,
string email,
bool isLockedOut,
DateTime lastPasswordChangedDate,
DateTime lastLoginDate,
int failedPasswordAttemptCount,
string personalizationXml,
string configurationXml,
string propertiesXml,
string integrationId,
bool isDeleted,
bool isSystem,
DateTime createDate,
DateTime modifyDate,
string audiences,
string roles,
string navigationItems,
bool isLocal,
Guid authenticationSourcesDataId,
DateTime startDate,
DateTime endDate,
string displayName,
string authenticationSourcesCredentials,
bool dynamicRoles = false,
string geoCode = ""
)
<ObsoleteAttribute("The password salt is now included in the hash.")>
Public Sub UpsertAllFields (
userId As Guid,
parentUserId As Guid,
userName As String,
passwordHash As String,
passwordSalt As String,
email As String,
isLockedOut As Boolean,
lastPasswordChangedDate As DateTime,
lastLoginDate As DateTime,
failedPasswordAttemptCount As Integer,
personalizationXml As String,
configurationXml As String,
propertiesXml As String,
integrationId As String,
isDeleted As Boolean,
isSystem As Boolean,
createDate As DateTime,
modifyDate As DateTime,
audiences As String,
roles As String,
navigationItems As String,
isLocal As Boolean,
authenticationSourcesDataId As Guid,
startDate As DateTime,
endDate As DateTime,
displayName As String,
authenticationSourcesCredentials As String,
Optional dynamicRoles As Boolean = false,
Optional geoCode As String = ""
)
Parameters
- userId Guid
-
- parentUserId Guid
-
- userName String
-
- passwordHash String
-
- passwordSalt String
-
- email String
-
- isLockedOut Boolean
-
- lastPasswordChangedDate DateTime
-
- lastLoginDate DateTime
-
- failedPasswordAttemptCount Int32
-
- personalizationXml String
-
- configurationXml String
-
- propertiesXml String
-
- integrationId String
-
- isDeleted Boolean
-
- isSystem Boolean
-
- createDate DateTime
-
- modifyDate DateTime
-
- audiences String
-
- roles String
-
- navigationItems String
-
- isLocal Boolean
-
- authenticationSourcesDataId Guid
-
- startDate DateTime
-
- endDate DateTime
-
- displayName String
-
- authenticationSourcesCredentials String
-
- dynamicRoles Boolean (Optional)
-
- geoCode String (Optional)
-