ClientSession.SetDeletedUserAsync Method
Set flag Deleted of runtime user. This method does not remove user in runtime database.
<ID("SetDeletedUserAsync", (int)e.SetDeletedUserAsync)> _
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Public Function SetDeletedUserAsync( _
ByVal username As String, _
ByVal flag As Boolean _
) As Task(Of Boolean)
This language is not supported or no code example is available.
[ID("SetDeletedUserAsync", (int)e.SetDeletedUserAsync)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public Task<bool> SetDeletedUserAsync(
string username,
bool flag
)
This language is not supported or no code example is available.
Parameters
-
username
-
string
User name
-
flag
-
bool
Flag indicating for deleting (true) or not (false)
Return Value
Task<
bool>
Flag indicating success (true) or fail (false)
.NET Framework
Supported in: 4.8