AVEVA OMI Software Developer Kit



Save Method
Save method returns the data which the app editor needs to save in the database. Save method is called by the 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.
Syntax
'Declaration
 
Function Save() As Dictionary(Of String,Byte())
'Usage
 
Dim instance As IEditorConfig
Dim value As Dictionary(Of String,Byte())
 
value = instance.Save()

Return Value

Save method returns the dictionary key as string, which may be the file name and data in byte array
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also