Get Active Organizations
This example shows how you can access the active organization.
Get the Organization
The active organization is already retrieved when you connect to DocuWare. You can access it using the ServiceConnection.
C#
var org = conn.Organizations[0];