UsersAdd(String, String, String, String, String, String, String, String, Guid, Guid, DateTime, DateTime, Boolean, String, String, DateTime, DateTime, Int32, Boolean, Boolean) 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 password,
	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
)

Parameters

userName  String
 
password  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
 

See Also