- pageIndex
- Specifies the index of the page into which the settings will be loaded. This is a zero-based index.
- fileName
- String contains the name of the zone file that contains the zones to import.
Visual Basic (Declaration) | |
---|---|
Public Sub ImportZones( _ ByVal pageIndex As Integer, _ ByVal fileName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- pageIndex
- Specifies the index of the page into which the settings will be loaded. This is a zero-based index.
- fileName
- String contains the name of the zone file that contains the zones to import.
Visual Basic | Copy Code |
---|---|
Public Sub ImportZonesExample() |
C# | Copy Code |
---|---|
public void ImportZonesExample() |
Imports the zone list from a zone file into the specified page.
Calling this method removes any zone list already attached to the specified page.
To save the zone list to a file, call ExportZones.
For more information, refer to Working with Zones.
For more information, refer to Working with Zones.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family