zone_addZone

Adds a zone to the installation.

Syntax

public Long zone_addZone( String accessToken, String zoneName, String virtualHost, String mailDomain );

Description

The zone_addZone operation adds a zone to the installation.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

zoneName

A string containing the name of the new zone.

virtualHost

A string specifying the virtual host. (See the installation guide for more information.)

mailDomain

This parameter is not used.

return_value

The zone identifier, which is the binder identifier of the top workspace in the new zone.

See Also