FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.AutoSave API

Description

Functions

json FormIt.AutoSave.Enable ()
 AutoSave interface .
 
json FormIt.AutoSave.Disable ()
 Disable() function.
 
json FormIt.AutoSave.IsEnabled ()
 IsEnabled() function.
 
json FormIt.AutoSave.SetConfig (config)
 SetConfig() function.
 
json FormIt.AutoSave.SetConfigFromPath (path)
 SetConfigFromPath() function.
 
json FormIt.AutoSave.GetConfig ()
 GetConfig() function.
 
json FormIt.AutoSave.GetDefaultConfig ()
 GetDefaultConfig() function.
 
json FormIt.AutoSave.StartSignalThread ()
 StartSignalThread() function.
 
json FormIt.AutoSave.StopSignalThread ()
 StopSignalThread() function.
 
json FormIt.AutoSave.Save (force)
 Save() function.
 
json FormIt.AutoSave.GetExistingBackupFile (path)
 GetExistingBackupFile() function.
 
json FormIt.AutoSave.Cleanup ()
 
json FormIt.AutoSave.AddProtectedFile (path)
 AddProtectedFile() function.
 
json FormIt.AutoSave.ClearProtectedFiles ()
 ClearProtectedFiles() function.
 
json FormIt.AutoSave.IsFileProtected (path)
 IsFileProtected() function.
 

Function Documentation

◆ AddProtectedFile()

json FormIt.AutoSave.AddProtectedFile ( path  )

AddProtectedFile() function.

Parameters
[in]pathString
Returns
JSON_UNDEFINED, i.e. {}

◆ Cleanup()

json FormIt.AutoSave.Cleanup ( )

◆ ClearProtectedFiles()

json FormIt.AutoSave.ClearProtectedFiles ( )

ClearProtectedFiles() function.

Returns
JSON_UNDEFINED, i.e. {}

◆ Disable()

json FormIt.AutoSave.Disable ( )

Disable() function.

Returns
JSON_UNDEFINED, i.e. {}

◆ Enable()

json FormIt.AutoSave.Enable ( )

AutoSave interface .

Returns
JSON_UNDEFINED, i.e. {}

◆ GetConfig()

json FormIt.AutoSave.GetConfig ( )

GetConfig() function.

Returns
{...}

◆ GetDefaultConfig()

json FormIt.AutoSave.GetDefaultConfig ( )

GetDefaultConfig() function.

Returns
{...}

◆ GetExistingBackupFile()

json FormIt.AutoSave.GetExistingBackupFile ( path  )

GetExistingBackupFile() function.

Parameters
[in]pathString
Returns
{...}

◆ IsEnabled()

json FormIt.AutoSave.IsEnabled ( )

IsEnabled() function.

Returns
{...}

◆ IsFileProtected()

json FormIt.AutoSave.IsFileProtected ( path  )

IsFileProtected() function.

Parameters
[in]pathString
Returns
{...}

◆ Save()

json FormIt.AutoSave.Save ( force  )

Save() function.

Parameters
[in]force(OPTIONAL, default = false) bool
Returns
JSON_UNDEFINED, i.e. {}

◆ SetConfig()

json FormIt.AutoSave.SetConfig ( config  )

SetConfig() function.

Parameters
[in]configFormIt.AutoSave.Config
Returns
JSON_UNDEFINED, i.e. {}

◆ SetConfigFromPath()

json FormIt.AutoSave.SetConfigFromPath ( path  )

SetConfigFromPath() function.

Parameters
[in]pathString
Returns
JSON_UNDEFINED, i.e. {}

◆ StartSignalThread()

json FormIt.AutoSave.StartSignalThread ( )

StartSignalThread() function.

Returns
JSON_UNDEFINED, i.e. {}

◆ StopSignalThread()

json FormIt.AutoSave.StopSignalThread ( )

StopSignalThread() function.

Returns
JSON_UNDEFINED, i.e. {}