Click or drag to resize
UserDataSourceGetOrganizationsByOrganizationCategory Method
Get organizations by organization category

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 GetOrganizationsByOrganizationCategory(
	IUserContext userContext,
	int organizationCategoryId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
organizationCategoryId
Type: SystemInt32
Organization category id.

Return Value

Type: OrganizationList
Returns list of organizations or null if no organizations are categorized as the specified category.

Implements

IUserDataSourceGetOrganizationsByOrganizationCategory(IUserContext, Int32)
See Also