UsersUpsert(Guid, String, String, String, String, String, String, String, String, String, Guid, Boolean) 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 Upsert(
Guid userId,
string userName,
string passwordHash,
string passwordSalt,
string email,
string audiences,
string integrationId,
string propertiesXml,
string configurationXml,
string personalizationXml,
Guid parentUserId,
bool isLockedOut
)
<ObsoleteAttribute("The password salt is now included in the hash.")>
Public Sub Upsert (
userId As Guid,
userName As String,
passwordHash As String,
passwordSalt As String,
email As String,
audiences As String,
integrationId As String,
propertiesXml As String,
configurationXml As String,
personalizationXml As String,
parentUserId As Guid,
isLockedOut As Boolean
)
Parameters
- userId Guid
-
- userName String
-
- passwordHash String
-
- passwordSalt String
-
- email String
-
- audiences String
-
- integrationId String
-
- propertiesXml String
-
- configurationXml String
-
- personalizationXml String
-
- parentUserId Guid
-
- isLockedOut Boolean
-