IApp ModifyConnection Method Qlik Sense .NET SDK - API Reference

Updates a connection.

The identifier of a connection cannot be updated.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

void ModifyConnection(
	string connectionId,
	Connection connection,
	bool overrideCredentials = false
)

Parameters

connectionId
Type: OnlineSystem String
Identifier of the connection This parameter is mandatory.
connection
Type: Qlik.Engine Connection
Information about the connection. Properties that can be updated. This parameter is mandatory.
overrideCredentials (Optional)
Type: OnlineSystem Boolean
Set this parameter to true to override the user name and password. This parameter is optional.
See Also