Click or drag to resize
ClientConfigGetUserNameAndPassword Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Prompts the user for a username and password, updating the username and password properties.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool GetUserNameAndPassword(
	string SystemName,
	string ConnectionName,
	string Title = "",
	bool ShowAlwaysUseCheckBox = true
)

Parameters

SystemName
Type: SystemString
ConnectionName
Type: SystemString
Title (Optional)
Type: SystemString
ShowAlwaysUseCheckBox (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
True if user logged in OK
Remarks
If UsePreviousUsernameAndPasswordSet is true, will return
See Also