16. AutoinstFile

Handle complete configuration file dumps

16.1. Summary of Module Globals

List of Global Functions

  • Export - Export Settings

  • GetModified - Functions which returns if the settings were modified

  • Import - Import Settings

  • SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"

  • Summary - Settings Summary

  • Write - Write Settings

List of Global Variables

    16.2. Global Functions

    16.2.1. Export

    Export Settings

    Return value

    • list<map>

    16.2.2. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

    16.2.3. Import

    Import Settings

    Function parameters

    • list<map> settings

    Return value

    • boolean

    16.2.4. SetModified

    Function sets internal variable, which indicates, that any settings were modified, to "true"

    Return value

    • void

    16.2.5. Summary

    Settings Summary

    Return value

    • string

    16.2.6. Write

    Write Settings

    Return value

    • boolean

    16.3. Global Variables

    16.4. Module Requirements

    16.4.1. Module Imports

    • AutoInstall
    • AutoinstConfig
    • Summary

    16.4.2. Module Includes