This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.ActiveDirectory.
                            
	
		Summary
            Updates a user account given the specified properties.
            
		- Assembly
 - Cake
.ActiveDirectory .dll  - Namespace
 - Cake
.ActiveDirectory .Users  - Containing Type
 - UserUpdate
 
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 | 
