Click or drag to resize
UserDataSourceGetOrganizationCategories Method
GetOrganizationCategories

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 OrganizationCategoryList GetOrganizationCategories(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.

Return Value

Type: OrganizationCategoryList
Returns list of organization types or null if no organization types are found.

Implements

IUserDataSourceGetOrganizationCategories(IUserContext)
See Also