BookingWcfServiceGeography Method |
Returns a list of regions for the specified country code.
Namespace:
Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:
Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<RegionWeb> Geography(
string countryIsoCode
)
Parameters
- countryIsoCode
- Type: SystemString
ISO 3166-1 alpha 2 country code to return regions from
Return Value
Type:
IListRegionWebA list of regions
Implements
IBookingWcfServiceGeography(String)
ExceptionsException | Condition |
---|
FaultException | Fault may contain the following values: ErrorCode.Error: An unspecified error happened in the server |
See Also