ModuleSecurity.AddRuntimeUser (String, String, String, String, String, String, String, String, Boolean) Method

Add runtime user
<ID("AddRuntimeUser", (int)e.AddRuntimeUser)> _ 
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, _ 
Optional ByVal oneTimePassword As Boolean = false _ 
) As Task(Of String)
This language is not supported or no code example is available.
[ID("AddRuntimeUser", (int)e.AddRuntimeUser)] 
public Task<string> AddRuntimeUser( 
string name
string permissionsStr
string password
string passwordHint
string policyStr
string concatInfoEmail
string concatInfoPhone
string concatInfoCompleteName
bool oneTimePassword = false 
)
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

Return Value

Task<string>

String containg the error message (if error) or empty string (if not error)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition