Click or drag to resize
CountryManagerGetCountry Method (IUserContext, CountryId)
Get country with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual ICountry GetCountry(
	IUserContext userContext,
	CountryId countryId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
countryId
Type: ArtDatabanken.DataCountryId
Requested country id

Return Value

Type: ICountry
Country with specified id.

Implements

ICountryManagerGetCountry(IUserContext, CountryId)
See Also