UsersAdd(String, String, String, String, String, String, String, String, Guid, Guid, DateTime, DateTime, Boolean, String, String, DateTime, DateTime, Int32, Boolean, Boolean, DateTime, DateTime, String, Boolean, Guid, 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 Add(
	string userName,
	string passwordHash,
	string email,
	string audiences,
	string integrationId,
	string propertiesXml,
	string configurationXml,
	string personalizationXml,
	Guid parentUserId,
	Guid userId,
	DateTime createDate,
	DateTime modifyDate,
	bool isLockedOut,
	string roles,
	string navigationItems,
	DateTime lastLoginDate,
	DateTime lastPasswordChangedDate,
	int failedPasswordAttemptCount,
	bool isDeleted,
	bool isSystem,
	DateTime startDate,
	DateTime endDate,
	string displayName,
	bool isLocal,
	Guid authenticationSourcesDataId,
	string authenticationSourcesCredentials,
	bool dynamicRoles = false,
	string geoCode = "",
	string groupId = ""
)

Parameters

userName  String
 
passwordHash  String
 
email  String
 
audiences  String
 
integrationId  String
 
propertiesXml  String
 
configurationXml  String
 
personalizationXml  String
 
parentUserId  Guid
 
userId  Guid
 
createDate  DateTime
 
modifyDate  DateTime
 
isLockedOut  Boolean
 
roles  String
 
navigationItems  String
 
lastLoginDate  DateTime
 
lastPasswordChangedDate  DateTime
 
failedPasswordAttemptCount  Int32
 
isDeleted  Boolean
 
isSystem  Boolean
 
startDate  DateTime
 
endDate  DateTime
 
displayName  String
 
isLocal  Boolean
 
authenticationSourcesDataId  Guid
 
authenticationSourcesCredentials  String
 
dynamicRoles  Boolean  (Optional)
 
geoCode  String  (Optional)
 
groupId  String  (Optional)
 

See Also