OnSave Method (AdminOptionsBase) |
Top Previous Next |
|
This method must be overridden in order to persist the admin options in the options file used by MZ-Tools, which is in XML format. Signature [VB.NET] Function OnSave(ByVal xmlTextWriter As System.Xml.XmlTextWriter) As Boolean [C#] bool OnSave(System.Xml.XmlTextWriter xmlTextWriter) Parameters
|