Modifies the user's profile.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public bool ModifyUserProfile(
	string user,
	string password,
	string email,
	int userType,
	int isDisabled
)
Visual Basic (Declaration)
Public Function ModifyUserProfile ( _
	user As String, _
	password As String, _
	email As String, _
	userType As Integer, _
	isDisabled As Integer _
) As Boolean
Visual C++
public:
bool ModifyUserProfile(
	String^ user, 
	String^ password, 
	String^ email, 
	int userType, 
	int isDisabled
)

Parameters

user
Type: System..::.String
Name of the user to modify.
password
Type: System..::.String
New password.
email
Type: System..::.String
New email address.
userType
Type: System..::.Int32
Type of the user.
isDisabled
Type: System..::.Int32
Enable/Disable the user.

Return Value

true on failure.

See Also