Click or drag to resize
ISiteLocationManager Interface

[This is preliminary documentation and is subject to change.]

Manager for retrieving site related information

Namespace: Netadmin.Management.Site
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ISiteLocationManager

The ISiteLocationManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableT, T: ISiteAreaGetSiteAreas(Int64)
Retrievs Site Areas, optionally based on a city id
Public methodIEnumerableT, T: ISiteCityGetSiteCities(Int64)
Retrieves Site Cities, optionally based on a region id
Public methodIEnumerableT, T: ISiteCountryGetSiteCountries
Retrieves Site Countries
Public methodIEnumerableT, T: ISiteRegionGetSiteRegions(Int64)
Retrieves Site Regions, optionally based on country id
Top
See Also