UsersUpsertAllFields(Guid, Guid, 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, String) Method

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void UpsertAllFields(
	Guid userId,
	Guid parentUserId,
	string userName,
	string passwordHash,
	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 = "",
	string groupId = ""
)

Parameters

userId  Guid
 
parentUserId  Guid
 
userName  String
 
passwordHash  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)
 
groupId  String  (Optional)
 

See Also