Get Active OrganizationsDocuWare Platform .NET API

This example shows how you can access the active organization.

Get the Organization

The actice 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