FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..changePassword Method

change the password

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool changePassword(
	string newPassword
)
Public Function changePassword ( _
	newPassword As String _
) As Boolean
public:
bool^ changePassword(
	String^ newPassword
)

Parameters

newPassword
Type: String
The new password.

Return Value

true if XXXX, false otherwise.