Click or drag to resize
AppModifyConnection Method

Updates a connection.

The identifier of a connection cannot be updated.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void ModifyConnection(
	string connectionId,
	Connection connection,
	bool overrideCredentials = false
)

Parameters

connectionId
Type: SystemString
Identifier of the connection This parameter is mandatory.
connection
Type: Qlik.EngineConnection
Information about the connection. Properties that can be updated. This parameter is mandatory.
overrideCredentials (Optional)
Type: SystemBoolean
Set this parameter to true to override the user name and password. This parameter is optional.

Implements

IAppModifyConnection(String, Connection, Boolean)
See Also