ModuleSecurity.UpdateRuntimeUser (String, String) Method

Update runtime user
<ID("UpdateRuntimeUser", (int)e.UpdateRuntimeUser2)> _ 
Public Function UpdateRuntimeUser( _ 
ByVal name As String, _ 
ByVal values As String
) As Task(Of String)
This language is not supported or no code example is available.
[ID("UpdateRuntimeUser", (int)e.UpdateRuntimeUser2)] 
public Task<string> UpdateRuntimeUser( 
string name
string values 
)
This language is not supported or no code example is available.

Parameters

name
string

User name

values
string

User objects values

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