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

Reads the saved user csv mapping from the user's personal folder to the Hashtable.

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

Syntax

C#
public Hashtable GetSavedUserCsvMapping(
	string fileName
)
Visual Basic (Declaration)
Public Function GetSavedUserCsvMapping ( _
	fileName As String _
) As Hashtable
Visual C++
public:
Hashtable^ GetSavedUserCsvMapping(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
The filename where the user csv mapping is stored.

Return Value

the Hashtable where the mapping is loaded.

Exceptions

See Also