Click or drag to resize
IOrganizationManagerGetOrganizationsByOrganizationCategory Method (IUserContext, Int32)
Get organizations by organization category

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