Click or drag to resize
ServiceConnectionGetOrganizationsAsync Method
Gets the organizations asynchronous.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public Task<Organization[]> GetOrganizationsAsync()

Return Value

Type: TaskOrganization
The list of available organizations.
See Also