Click or drag to resize
IUserDataSourceGetOrganizations Method
Get all organizations

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
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.
See Also