Loads a list of text replacements from a tab delim file

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void LoadReplaceDictionaryFile(
	string filePath
)
Visual Basic (Declaration)
Public Sub LoadReplaceDictionaryFile ( _
	filePath As String _
)
Visual C++
public:
void LoadReplaceDictionaryFile(
	String^ filePath
)

Parameters

filePath
Type: System..::.String
Path of the file to load

See Also