ModuleSecurity.UpdateRuntimeUserInDatabase Method

Update runtime user in database
Public Function UpdateRuntimeUserInDatabase( _ 
ByVal name As String, _ 
ByRef tableChanges As DataTable, _ 
Optional ByVal values As String = null _ 
) As String
This language is not supported or no code example is available.
public string UpdateRuntimeUserInDatabase( 
string name
ref DataTable tableChanges
string values = null 
)
This language is not supported or no code example is available.

Parameters

name
string

User name

tableChanges
DataTable

Table changes

values
string

Values of separated by semicolon

Return Value

string

String containg status. If success then returns empty string

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition