Save Method
- Last UpdatedAug 21, 2026
- 1 minute read
Save method returns the data which the app editor needs to save in the database. Save method is called by the SE Internal Framework whenever the user clicks on save. Dictionary key holds the file name at the time the app is deployed. Every file holds the value. At runtime, the app reads the configuration data from the deployed file.
'Declaration
Function Save() As Dictionary(Of String,Byte())
Dictionary<string,byte[]> Save()
Dictionary<String^,array<byte>>^ Save();
Return Value
Save method returns the dictionary key as string, which may be the file name and data in byte array