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
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
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 = ""
)
Public Sub Add (
userName As String,
passwordHash As String,
email As String,
audiences As String,
integrationId As String,
propertiesXml As String,
configurationXml As String,
personalizationXml As String,
parentUserId As Guid,
userId As Guid,
createDate As DateTime,
modifyDate As DateTime,
isLockedOut As Boolean,
roles As String,
navigationItems As String,
lastLoginDate As DateTime,
lastPasswordChangedDate As DateTime,
failedPasswordAttemptCount As Integer,
isDeleted As Boolean,
isSystem As Boolean,
startDate As DateTime,
endDate As DateTime,
displayName As String,
isLocal As Boolean,
authenticationSourcesDataId As Guid,
authenticationSourcesCredentials As String,
Optional dynamicRoles As Boolean = false,
Optional geoCode As String = "",
Optional groupId As String = ""
)
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)
-