ModifyConnection Method
Overloads
| ModifyConnection(String, Connection, Boolean) | 
             Updates a connection.  | 
        
      
    
ModifyConnection(String, Connection, Boolean)
Updates a connection.
Declaration
      public void ModifyConnection([QixName("qConnectionId")] string connectionId, [QixName("qConnection")] Connection connection, [QixName("qOverrideCredentials")] bool overrideCredentials = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectionId | 
           Identifier of the connection.  | 
      
| Connection | connection | 
           Information about the connection. Properties that can be updated.  | 
      
| System.Boolean | overrideCredentials | 
           Set this parameter to true to override the user name and password.  | 
      
Implements
Remarks
The identifier of a connection cannot be updated. qType cannot be modified with the ModifyConnection method.