Retrieves a list of DNS zones on the Simple DNS Plus server belonging to the specified group

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public ZoneList GetZoneList(
	int groupID
)
Visual Basic (Declaration)
Public Function GetZoneList ( _
	groupID As Integer _
) As ZoneList

Parameters

groupID
Type: System..::.Int32
Numeric ID for a zone group in Simple DNS Plus (DNS Records Window / View menu / Arrange Zones / by Zone Group). The IDs and associated labels can be found and configured in the "editrecs.ini" file. Specify zero (0) for the "Default" group.

Return Value

A collection of ZoneListItem objects

See Also