EnterpriseServiceClientResetUserPassword Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool ResetUserPassword(
string SecCode,
string UserID,
string CurrentPassword,
string NewPassword
)
Public Function ResetUserPassword (
SecCode As String,
UserID As String,
CurrentPassword As String,
NewPassword As String
) As Boolean
public:
virtual bool ResetUserPassword(
String^ SecCode,
String^ UserID,
String^ CurrentPassword,
String^ NewPassword
) sealed
function ResetUserPassword(SecCode, UserID, CurrentPassword, NewPassword);
Parameters
- SecCode
- Type: SystemString
- UserID
- Type: SystemString
- CurrentPassword
- Type: SystemString
- NewPassword
- Type: SystemString
Return Value
Type:
BooleanImplements
IEnterpriseServiceResetUserPassword(String, String, String, String)See Also