Click or drag to resize
EnterpriseServiceClientResetUserPassword Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAClientConfig.EnterpriseService
Assembly: 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
)

Parameters

SecCode
Type: SystemString
UserID
Type: SystemString
CurrentPassword
Type: SystemString
NewPassword
Type: SystemString

Return Value

Type: Boolean

Implements

IEnterpriseServiceResetUserPassword(String, String, String, String)
See Also