Click or drag to resize
RegionManagerGetRegionsByCategories Method
Get regions related to specified region categories.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual RegionList GetRegionsByCategories(
	IUserContext userContext,
	RegionCategoryList regionCategories
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
regionCategories
Type: ArtDatabanken.DataRegionCategoryList
Get regions related to specified region categories.

Return Value

Type: RegionList
Regions related to specified region categories.

Implements

IRegionManagerGetRegionsByCategories(IUserContext, RegionCategoryList)
See Also