Article Details
Id:21305
Product:finPOWER Connect
Type:NEW
Version:4.01.00
Opened:22/03/2024
Closed:26/03/2024
Released:29/04/2024
Job: J033166
High Importance

Portals; Now allows multi-part Export and Import

The Portals form now has the following actions:

  • Multi-Part Export
  • Multi-Part Import

The Multi-Part Export prompts the User to select a folder. A sub-folder named "Portal_[PortalId]" is then created under this folder containing the following files:

  • portal.xml
    • As per the normal export but without the Script Code, Master Page and various other information included
  • masterpage.htm
    • The Template Text
  • code.vb (or code.cs)
    • The Visual Basic or C# Script Code
  • constants.xml
    • The content of the Constants page
  • theme.xml
    • The content of the Theme page
  • userdata.xml
    • The content of the User Data page
  • pageorder.txt
    • A line-separated text file containing Page Ids (used to determine the order of Pages when importing)
  • resourceorder.txt
    • A line-separated text file containing Resource Ids (used to determine the order of Resources when importing)

In addition, /pages and /resources folders are created. These contain sub-folders for each Page or Resource and the sub-folder contains multiple files for each item.

This multi-part export is useful when using external source control and comparison tools.