Interface IPortalExportEndEvent

All Superinterfaces:
IPortalExportEvent, IServerEvent
All Known Implementing Classes:
PortalExportEndEvent

@Scriptable public interface IPortalExportEndEvent extends IPortalExportEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the export file or directory.
    boolean
    Determine if the portal export was successful.
  • Method Details

    • getExportFile

      File getExportFile()
      Get the export file or directory.
      Returns:
      The export file or directory.
    • isSuccess

      boolean isSuccess()
      Determine if the portal export was successful.
      Returns:
      true if the portal export was successful, or false otherwise.