ModuleSecurity.AddRuntimeUser (String, String, String, String, String, String, String, String, Boolean, TRef<int>) Method
Public Function AddRuntimeUser( _
ByVal name As String, _
ByVal permissionsStr As String, _
ByVal password As String, _
ByVal passwordHint As String, _
ByVal policyStr As String, _
ByVal concatInfoEmail As String, _
ByVal concatInfoPhone As String, _
ByVal concatInfoCompleteName As String, _
ByVal oneTimePassword As Boolean, _
ByVal errorCode As TRef<int> _
) As Task(Of String)
This language is not supported or no code example is available.
public Task<string> AddRuntimeUser(
string name,
string permissionsStr,
string password,
string passwordHint,
string policyStr,
string concatInfoEmail,
string concatInfoPhone,
string concatInfoCompleteName,
bool oneTimePassword,
TRef<int> errorCode
)
This language is not supported or no code example is available.
Parameters
- name
- string
User name
- permissionsStr
- string
Permissions
- password
- string
Password
- passwordHint
- string
Password hint
- policyStr
- string
Policy
- concatInfoEmail
- string
ConcatInfo email
- concatInfoPhone
- string
ConcatInfo phone
- concatInfoCompleteName
- string
ConcatInfo complete name
- oneTimePassword
- bool
One time password
- errorCode
- TRef<int>
Error code
Return Value
Task<string>String containg the error message (if error) or empty string (if not error)