Chameleon Plug-in API
Save Method
NamespacesBKTech.Chameleon.PluginsIChameleonPluginSave()()()
Converts plug-in specific data that must be saved into a single string for later loading.
Declaration Syntax
C#Visual BasicVisual C++
string Save()
Function Save As String
String^ Save()
Return Value
A string that represents the saved state of this plug-in.
Remarks
The string returned must not cause an invalidation of XML in anyway. In addition, plug-in developers should carefully consider all forms of data that may need to be saved in this string to fully represent the current state of the plug-in.

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.16570 (2.0.2.0)