UserUpdate.

UpdateUser(string, string, UserSettings) Method

Summary

Updates a user account given the specified properties.

Syntax

public void UpdateUser(string attributeName, string attributeValue, UserSettings settings)

Parameters

Name Type Description
attributeName string The name of the attribute to search by.
attributeValue string The value of the attribute to search using.
settings UserSettings The user settings.

Return Value

Type Description
void