Click or drag to resize
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];
See Also

Other Resources