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

Changes the name of a given zone.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public void Rename(
	Zone zone,
	string newName
)

Parameters

zone
Zone
Zone to rename.
newName
String
New name to give to the zone.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown if a zone with a given name already exists.

See Also