Click or drag to resize
RegionDataSourceGetRegionCategories Method
Get region categories. All region categories are returned if parameter countryIsoCode is not specified.

Namespace: ArtDatabanken.WebService.Client.GeoReferenceService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public RegionCategoryList GetRegionCategories(
	IUserContext userContext,
	Nullable<int> countryIsoCode
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
countryIsoCode
Type: SystemNullableInt32
Get region categories related to this country. Country iso codes are specified in standard ISO-3166.

Return Value

Type: RegionCategoryList
Region categories.

Implements

IRegionDataSourceGetRegionCategories(IUserContext, NullableInt32)
See Also