UsersUpsert(Guid, String, String, String, String, String, String, String, String, String, Guid, Boolean) Method

Note: This API is now obsolete.

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[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
)

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
 

See Also