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