Import Application

Import an application archive.

Syntax

void importApplication(String fileName)
      throws SUPAdminException;

Parameters

Returns

If successful, returns silently. If unsuccessful, throws SUPAdminException. If the import fails, the thrown exception will contain the proper error message.

Examples