Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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" });
// 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" ...
...
Type = "folder"
it works fine...
Br Patrik