FormIt Plugin API  v23.0.0 (2023.0.0)
FormIt.AutoSave API

Description

Functions

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

Function Documentation

json FormIt.AutoSave.AddProtectedFile ( path  )

AddProtectedFile() function.

Parameters
[in]pathString
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.AutoSave.Cleanup ( )
json FormIt.AutoSave.ClearProtectedFiles ( )

ClearProtectedFiles() function.

Returns
JSON_UNDEFINED, i.e. {}
json FormIt.AutoSave.Disable ( )

Disable() function.

Returns
JSON_UNDEFINED, i.e. {}
json FormIt.AutoSave.Enable ( )
json FormIt.AutoSave.GetConfig ( )

GetConfig() function.

Returns
{...}
json FormIt.AutoSave.GetDefaultConfig ( )

GetDefaultConfig() function.

Returns
{...}
json FormIt.AutoSave.GetExistingBackupFile ( path  )

GetExistingBackupFile() function.

Parameters
[in]pathString
Returns
{...}
json FormIt.AutoSave.IsEnabled ( )

IsEnabled() function.

Returns
{...}
json FormIt.AutoSave.IsFileProtected ( path  )

IsFileProtected() function.

Parameters
[in]pathString
Returns
{...}
json FormIt.AutoSave.Save ( force  )

Save() function.

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

SetConfig() function.

Parameters
[in]configFormIt.AutoSave.Config
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.AutoSave.SetConfigFromPath ( path  )

SetConfigFromPath() function.

Parameters
[in]pathString
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.AutoSave.StartSignalThread ( )

StartSignalThread() function.

Returns
JSON_UNDEFINED, i.e. {}
json FormIt.AutoSave.StopSignalThread ( )

StopSignalThread() function.

Returns
JSON_UNDEFINED, i.e. {}