Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
patrik_seger
Partner - Creator
Partner - Creator

Bug in API / Sense?

Hi

Using .NET Api for Sense 3.0, the method CreateConnection:

            // Create a new connection

            string connection = this.iApp.CreateConnection(new Connection

            {

                ConnectionString = "C:\Temp",

                Name = "TempLib",

                Type = "Folder"

            });

According to documentation, this should work. The connection is created but I cannot edit it in Sense. If I though change to

                ...

                Type = "folder"

                ...               

it works fine...

Br Patrik

0 Replies