[This is preliminary documentation and is subject to change.]

Saves the CSV mapping from the dataset to the users personal document storage. The saved csv mapping is loaded as default, the next time user wants import or export information using the csv file.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public bool SaveCsvMapping(
	DataSet ds,
	string fileName
)
Visual Basic (Declaration)
Public Function SaveCsvMapping ( _
	ds As DataSet, _
	fileName As String _
) As Boolean
Visual C++
public:
bool SaveCsvMapping(
	DataSet^ ds, 
	String^ fileName
)

Parameters

ds
Type: System.Data..::.DataSet
The input dataset for the csv file.
fileName
Type: System..::.String
The filename of the file that is used to store the mapping.

Return Value

true if successful, false otherwise

Exceptions

See Also