Package Import

Imports a package to a domain.

Syntax

void importPackage(String fileName, Boolean overwrite) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples