Click or drag to resize
ISiteLocationManagerGetSiteAreas Method

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

Retrievs Site Areas, optionally based on a city id

Namespace: Netadmin.Management.Site
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ISiteArea> GetSiteAreas(
	long cityId = 0
)

Parameters

cityId (Optional)
Type: SystemInt64
Optional city id

Return Value

Type: IEnumerableISiteArea
Site areas
See Also