Synonymizer Constructor

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the Synonymizer class by specifying a synonyms file.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public Synonymizer(
	string synonymsFile
)
Visual Basic
Public Sub New ( _
	synonymsFile As String _
)
Visual C++
public:
Synonymizer(
	String^ synonymsFile
)

Parameters

synonymsFile
Type: System..::..String
Physical path to the synonyms file.

See Also