Question:
How can you disconnect from a DocuWare system using the .NET API?
Answer:
In order to disconnect from a DocuWare system, the following example can be used.
public void disconnect(ServiceConnection conn)
{
conn.Disconnect();
}
How can you disconnect from a DocuWare system using the .NET API?
Answer:
In order to disconnect from a DocuWare system, the following example can be used.
public void disconnect(ServiceConnection conn)
{
conn.Disconnect();
}
For more information on .NET API and code examples, such as the one depicted above, visit our Developer Pages.
KBA is applicable for both Cloud and On-premise Organizations.