C# Class Hyves.Service.CityService

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

Public Methods

Method Description
GetCities ( Collection cityIDs ) : Collection

Gets the desired information about the specified city. This corresponds to the cities.get Hyves method.

Private Methods

Method Description
CityService ( HyvesSession session ) : System

Method Details

GetCities() public method

Gets the desired information about the specified city. This corresponds to the cities.get Hyves method.
public GetCities ( Collection cityIDs ) : Collection
cityIDs Collection The requested city IDs.
return Collection