C# Class Hyves.Service.CountryService

Represents the service APIs that allow access to information on a country
显示文件 Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Public Methods

Method Description
GetCountries ( Collection countryIDs ) : Collection

Gets the desired information about the specified country. This corresponds to the countries.get Hyves method.

Private Methods

Method Description
CountryService ( HyvesSession session ) : System

Method Details

GetCountries() public method

Gets the desired information about the specified country. This corresponds to the countries.get Hyves method.
public GetCountries ( Collection countryIDs ) : Collection
countryIDs Collection The requested country IDs.
return Collection