Click or drag to resize
UserDataSourceGetOrganizations Method
Get all organizations

Namespace: ArtDatabanken.WebService.Client.UserService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public OrganizationList GetOrganizations(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.

Return Value

Type: OrganizationList
Returns list of all organizations or null if no organizations exists.

Implements

IUserDataSourceGetOrganizations(IUserContext)
See Also