KryptonOutlookGrid.PersistConfiguration Method

Krypton OutlookGrid

KryptonOutlookGridPersistConfiguration Method
Krypton OutlookGrid v1.6.0
Persist the configuration of the KryptonOutlookGrid

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public void PersistConfiguration(
	string path,
	string version
)
Public Sub PersistConfiguration ( 
	path As String,
	version As String
)

Parameters

path
Type: SystemString
The path where the .xml file will be saved.
version
Type: SystemString
The version of the config file.
See Also