C# Class Hyves.Service.RegionService

Represents the service APIs that allow access to information of a region
Datei anzeigen Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Public Methods

Method Description
GetRegions ( Collection regionIDs ) : Collection

Gets the desired information about the specified region. This corresponds to the regions.get Hyves method.

Private Methods

Method Description
RegionService ( HyvesSession session ) : System

Method Details

GetRegions() public method

Gets the desired information about the specified region. This corresponds to the regions.get Hyves method.
public GetRegions ( Collection regionIDs ) : Collection
regionIDs Collection The requested region IDs.
return Collection